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