aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-11 00:54:26 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-11 00:54:26 +0200
commitdf00df95e85cd3f9f7a88a5c61a588ac9c48a1a0 (patch)
treec11203e1efc35ae9efa63665f1a81a2bd9c9ed31 /t
parent2f447f5d06e047d38bf4364b93aa1d81df17bf9e (diff)
downloadsbotools2-df00df95e85cd3f9f7a88a5c61a588ac9c48a1a0.tar.xz
18-snap.t: tree not available, use ls -R
Diffstat (limited to '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');