diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-11 15:37:20 -0800 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-11 15:37:20 -0800 |
commit | a02b1e72255c909a1bf94e47ecbf68e429143153 (patch) | |
tree | 2461c99d3802786a3d1222233db39bfba9f25c2e /t/07-fail.t | |
parent | 1323c2c0a8236d07ca4510452dd97f16190fa27d (diff) | |
download | sbotools2-a02b1e72255c909a1bf94e47ecbf68e429143153.tar.xz |
Change the LO-fail/failingdownload info file and update 07-fail.t accordingly
Diffstat (limited to 't/07-fail.t')
-rwxr-xr-x | t/07-fail.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/07-fail.t b/t/07-fail.t index c747bfb..9a3273a 100755 --- a/t/07-fail.t +++ b/t/07-fail.t @@ -105,7 +105,7 @@ script (qw/ sboinstall failingslackbuild /, { input => "y\ny", expected => qr/Fa SKIP: { skip "Not doing online tests", 2 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!, exit => 5 }); + script (qw/ sboinstall failingdownload /, { input => "y\ny\nn", expected => qr!Failures:\n failingdownload: Unable to wget http://pink-mist[.]github[.]io/sbotools/testing/perf[.]dummy[.]fail[.]\n!, exit => 5 }); script (qw/ sboinstall failingmd5sum /, { input => "y\ny\nn", expected => qr!Failures:\n failingmd5sum: md5sum failure for /usr/sbo/distfiles/perf[.]dummy[.]\n!, exit => 4 }); } @@ -116,7 +116,7 @@ script (qw/ sboinstall nonexistentslackbuild2 /, { input => "y\ny\ny\nn", expect SKIP: { skip "Not doing online tests", 2 unless $ENV{TEST_ONLINE}; - script (qw/ sboinstall nonexistentslackbuild3 /, { input => "y\ny\ny\nn", expected => qr!Failures:\n failingdownload: Unable to wget http://www[.]pastemobile[.]org/perf[.]dummy[.]fail[.]\n!, exit => 5 }); + script (qw/ sboinstall nonexistentslackbuild3 /, { input => "y\ny\ny\nn", expected => qr!Failures:\n failingdownload: Unable to wget http://pink-mist[.]github[.]io/sbotools/testing/perf[.]dummy[.]fail[.]\n!, exit => 5 }); script (qw/ sboinstall nonexistentslackbuild4 /, { input => "y\ny\ny\nn", expected => qr!Failures:\n failingmd5sum: md5sum failure for /usr/sbo/distfiles/perf[.]dummy[.]\n!, exit => 4 }); } |