diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-13 06:31:24 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-13 06:31:24 +0100 |
commit | 7a09ba446b12fc207712c05feece5afed8a70758 (patch) | |
tree | 434f0f8922ebbbd4e3c929785a9e0518a79b07b6 | |
parent | 571d1e8a8bbdac1966a230474e89d9ab5edfc323 (diff) | |
download | sbotools-7a09ba446b12fc207712c05feece5afed8a70758.tar.xz |
t/07-fail.t: fix testinf .info parsing failure
-rwxr-xr-x | t/07-fail.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |