sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 09c04b9118181f780a01e739f62ae83bb9811063
parent 1a7a259cb260200a657eb3a0a6a8b15dbaa0098a
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 31 Jul 2016 00:31:37 +0200

18-snap.t: remove note from sbosnap fetch command

Diffstat:
Mt/18-snap.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/18-snap.t b/t/18-snap.t @@ -52,5 +52,5 @@ sbosnap 'update', { expected => qr/Pulling SlackBuilds tree[.][.][.]/ }; my $tmphome = tempdir(CLEANUP => 1); set_sbo_home($tmphome); -sbosnap 'fetch', { note => 1, test => 0 }; +sbosnap 'fetch', { test => 0 }; ok (-e "$tmphome/repo/test/nonexistentslackbuild/nonexistentslackbuild.info", 'SBo tree pulled to correct location');