sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit df00df95e85cd3f9f7a88a5c61a588ac9c48a1a0
parent 2f447f5d06e047d38bf4364b93aa1d81df17bf9e
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu, 11 Aug 2016 00:54:26 +0200

18-snap.t: tree not available, use ls -R

Diffstat:
Mt/18-snap.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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');