diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:39:52 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:39:52 +0200 |
commit | 95fc37c188e9be6ecf6d097b2ca87485cd38ade4 (patch) | |
tree | 731c8b957e559701f9d6289fd0470c255aa76545 /t/17-find.t | |
parent | 41924c84dbebcbe8d628ada190b464a89db81a2b (diff) | |
download | sbotools-95fc37c188e9be6ecf6d097b2ca87485cd38ade4.tar.xz |
17-find.t: add notes to find test failure reasons
Diffstat (limited to 't/17-find.t')
-rwxr-xr-x | t/17-find.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/17-find.t b/t/17-find.t index 326dad5..5ea3e74 100755 --- 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! }; |