mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix skip exit code to 77 in tests/Test-stdouterr.px
This commit is contained in:
parent
51415ad5d6
commit
43e5f022e2
@ -1,3 +1,7 @@
|
|||||||
|
2014-11-05 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
|
* Test-stdouterr.px: fix skip exit code to 77
|
||||||
|
|
||||||
2014-11-03 Pär Karlsson <feinorgh@gmail.com>
|
2014-11-03 Pär Karlsson <feinorgh@gmail.com>
|
||||||
* WgetFeature.pm: Fixed finding of WgetFeature.cfg when using separate
|
* WgetFeature.pm: Fixed finding of WgetFeature.cfg when using separate
|
||||||
build dirs.
|
build dirs.
|
||||||
|
@ -21,7 +21,7 @@ my %urls = (
|
|||||||
);
|
);
|
||||||
|
|
||||||
unless(-e "/dev/full") {
|
unless(-e "/dev/full") {
|
||||||
exit 2; # skip
|
exit 77; # skip
|
||||||
}
|
}
|
||||||
|
|
||||||
my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt -O /dev/full";
|
my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt -O /dev/full";
|
||||||
|
Loading…
Reference in New Issue
Block a user