diff options
-rwxr-xr-x | t/18-snap.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/18-snap.t b/t/18-snap.t index 74de5df..fc416f3 100755 --- a/t/18-snap.t +++ b/t/18-snap.t @@ -52,5 +52,6 @@ sbosnap 'update', { expected => qr/Pulling SlackBuilds tree[.][.][.]/ }; my $tmphome = tempdir(CLEANUP => 1); set_sbo_home($tmphome); -sbosnap 'fetch', { test => 0 }; +sbosnap 'fetch', { test => 0, note => 1 }; +note scalar `tree $tmphome`; ok (-e "$tmphome/repo/test/nonexistentslackbuild/nonexistentslackbuild.info", 'SBo tree pulled to correct location'); |