From 9aae16c236bc977a6b87546b6e677c3062c636d9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Jun 2003 09:09:04 +0000 Subject: stdout is good enough --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 1c067d430..4ab0966ae 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1187,7 +1187,7 @@ close(CMDLOG); print "Shutting down test suite servers:\n" if (!$short); for(keys %run) { - printf STDERR ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short); + printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short); stopserver($run{$_}); # the pid file is in the hash table } -- cgit v1.2.3