no name no test

This commit is contained in:
Daniel Stenberg 2001-04-24 21:46:37 +00:00
parent a652db18bd
commit 775dc07eb5
1 changed files with 1 additions and 1 deletions

View File

@ -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;