aboutsummaryrefslogtreecommitdiff
path: root/t/18-snap.t
diff options
context:
space:
mode:
Diffstat (limited to 't/18-snap.t')
-rwxr-xr-xt/18-snap.t2
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');