diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-31 13:27:21 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-31 22:52:46 +0100 |
commit | 57c757a6c95124371c3cdf3454a2f5d5bdceb13e (patch) | |
tree | f49d4d32c312b90d6e480bed1551e0fc4fc66eb8 /t/fail.t | |
parent | 3ad19817afa5d13baadafcfb59744831893c23b9 (diff) | |
download | sbotools2-57c757a6c95124371c3cdf3454a2f5d5bdceb13e.tar.xz |
Error message can have things from STDERR after it
Diffstat (limited to 't/fail.t')
-rwxr-xr-x | t/fail.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |