diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:54:26 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:54:26 +0200 |
commit | df00df95e85cd3f9f7a88a5c61a588ac9c48a1a0 (patch) | |
tree | c11203e1efc35ae9efa63665f1a81a2bd9c9ed31 /t | |
parent | 2f447f5d06e047d38bf4364b93aa1d81df17bf9e (diff) | |
download | sbotools2-df00df95e85cd3f9f7a88a5c61a588ac9c48a1a0.tar.xz |
18-snap.t: tree not available, use ls -R
Diffstat (limited to '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'); |