sbotools2

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

commit 95fc37c188e9be6ecf6d097b2ca87485cd38ade4
parent 41924c84dbebcbe8d628ada190b464a89db81a2b
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu, 11 Aug 2016 00:39:52 +0200

17-find.t: add notes to find test failure reasons

Diffstat:
Mt/17-find.t | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/17-find.t b/t/17-find.t @@ -36,7 +36,7 @@ sbofind '-i', 'nonexistentslackbuild4', { expected => qr/info: \n PRGNAM= # 7: find even if SLACKBUILDS.TXT doesn't have LOCATION as second entry my $tempdir = tempdir(CLEANUP => 1); -capture_merged { system <<"GIT"; }; +note capture_merged { system <<"GIT"; }; cd $tempdir git init mkdir -p test @@ -49,6 +49,6 @@ git commit -m 'initial' GIT set_repo("file://$tempdir"); set_lo('FALSE'); -sbosnap 'fetch', { test => 0 }; +sbosnap 'fetch', { test => 0, note => 1 }; sbofind 'nonexistentslackbuild', { expected => qr!\Q/usr/sbo/repo/test/nonexistentslackbuild! };