1
0
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:
Tim Rühsen 2014-11-05 12:10:57 +01:00
parent 51415ad5d6
commit 43e5f022e2
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* WgetFeature.pm: Fixed finding of WgetFeature.cfg when using separate
build dirs.

View File

@ -21,7 +21,7 @@ my %urls = (
);
unless(-e "/dev/full") {
exit 2; # skip
exit 77; # skip
}
my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt -O /dev/full";