mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
no name no test
This commit is contained in:
parent
a652db18bd
commit
775dc07eb5
@ -442,7 +442,7 @@ sub singletest {
|
||||
|
||||
# name of the test
|
||||
open(N, "<$TESTDIR/name$NUMBER.txt") ||
|
||||
print "** Couldn't read name on test $NUMBER\n";
|
||||
return -1; # not a test
|
||||
my $DESC=<N>;
|
||||
close(N);
|
||||
$DESC =~ s/[\r\n]//g;
|
||||
|
Loading…
Reference in New Issue
Block a user