sbotools2

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

commit 57c757a6c95124371c3cdf3454a2f5d5bdceb13e
parent 3ad19817afa5d13baadafcfb59744831893c23b9
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu, 31 Dec 2015 13:27:21 +0100

Error message can have things from STDERR after it

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

diff --git a/t/fail.t b/t/fail.t @@ -68,7 +68,7 @@ script (qw/ sboinstall failingslackbuild /, { input => "y\ny", expected => qr/Fa SKIP: { skip "Not doing online tests", 1 unless $ENV{TEST_ONLINE}; - script (qw/ sboinstall failingdownload /, { input => "y\ny\nn", expected => qr!Failures:\n failingdownload: Unable to wget http://www[.]pastemobile[.]org/perf[.]dummy[.]fail[.]\n\z!, exit => 5 }); + script (qw/ sboinstall failingdownload /, { input => "y\ny\nn", expected => qr!Failures:\n failingdownload: Unable to wget http://www[.]pastemobile[.]org/perf[.]dummy[.]fail[.]\n!, exit => 5 }); } # Cleanup