From 775dc07eb52738c4081240ceff2fd2a76049ca23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 24 Apr 2001 21:46:37 +0000 Subject: no name no test --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index a3e2f6c9b..7249f8b07 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; -- cgit v1.2.3