mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
runtests: fix typo in the existence of disabled tests checker
Closes #5316
This commit is contained in:
parent
49bbc4f09b
commit
44f5edd863
@ -5481,7 +5481,7 @@ sub disabledtests {
|
||||
my ($n) = $1;
|
||||
$disabled{$n}=$n; # disable this test number
|
||||
if(! -f "$srcdir/data/test$n") {
|
||||
print STDERR "WARNING! Non-exiting test $n in DISABLED!\n";
|
||||
print STDERR "WARNING! Non-existing test $n in DISABLED!\n";
|
||||
# fail hard to make user notice
|
||||
exit 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user