From 7a09ba446b12fc207712c05feece5afed8a70758 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Fri, 13 Jan 2017 06:31:24 +0100 Subject: t/07-fail.t: fix testinf .info parsing failure --- t/07-fail.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/07-fail.t b/t/07-fail.t index a7d2a45..6798446 100755 --- 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 }; -- cgit v1.2.3