diff options
Diffstat (limited to 't/18-snap.t')
-rwxr-xr-x | t/18-snap.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/18-snap.t b/t/18-snap.t index fc416f3..0b2fdb1 100755 --- a/t/18-snap.t +++ b/t/18-snap.t @@ -53,5 +53,5 @@ my $tmphome = tempdir(CLEANUP => 1); set_sbo_home($tmphome); sbosnap 'fetch', { test => 0, note => 1 }; -note scalar `tree $tmphome`; +note scalar `ls -R $tmphome`; ok (-e "$tmphome/repo/test/nonexistentslackbuild/nonexistentslackbuild.info", 'SBo tree pulled to correct location'); |