mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
fix skip exit code 77
This commit is contained in:
parent
c2bb6bc875
commit
64a3d521de
@ -1,3 +1,7 @@
|
||||
2014-10-30 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* WgetFeature.pm: fix skip exit code to 77
|
||||
|
||||
2014-10-25 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
|
||||
* WgetTests.pm (run): generate valgrind command line if requested
|
||||
|
@ -22,7 +22,7 @@ sub import
|
||||
|
||||
unless ($have_features{$feature}) {
|
||||
print $skip_messages{$feature}, "\n";
|
||||
exit 2; # skip
|
||||
exit 77; # skip
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user