sbotools2

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

commit 7a09ba446b12fc207712c05feece5afed8a70758
parent 571d1e8a8bbdac1966a230474e89d9ab5edfc323
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Fri, 13 Jan 2017 06:31:24 +0100

t/07-fail.t: fix testinf .info parsing failure

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

diff --git a/t/07-fail.t b/t/07-fail.t @@ -126,7 +126,7 @@ sboinstall 'malformed-noinfo', { expected => "get_from_info: could not read $Rea # 11-13: Malformed slackbuild - malformed .info sboinstall 'malformed-info', { input => "y\ny\nn", expected => qr!Failures:\n malformed-info: Unable to get download info from $RealBin/LO-fail/malformed-info/malformed-info[.]info\n!, exit => 7 }; sboinstall 'malformed-info2', { input => "y\ny\nn", expected => qr!Failures:\n malformed-info2: Unable to get download info from $RealBin/LO-fail/malformed-info2/malformed-info2[.]info\n!, exit => 7 }; -sboinstall 'malformed-info3', { exit => 2, expected => "A fatal script error has occurred:\nerror when parsing malformed-info3.info file. Line: FAIL\nExiting.\n" }; +sboinstall 'malformed-info3', { exit => 2, expected => "A fatal script error has occurred:\nerror when parsing malformed-info3.info file.\nExiting.\n" }; # 14-15: Malformed slackbuild - no readme sboinstall 'malformed-readme', { expected => "Unable to open README for malformed-readme.\n", exit => 6 };