From: Daniel Stenberg Date: Tue, 24 Apr 2001 21:46:37 +0000 (+0000) Subject: no name no test X-Git-Tag: curl-7_7_3~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=775dc07eb52738c4081240ceff2fd2a76049ca23;p=thirdparty%2Fcurl.git no name no test --- diff --git a/tests/runtests.pl b/tests/runtests.pl index a3e2f6c9b2..7249f8b07a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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=; close(N); $DESC =~ s/[\r\n]//g;