From 358b72bb12f37ffc31d06be74cd50764e9e5d48e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 May 2004 20:12:59 +0000 Subject: fixed typo --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index ff9e99bd7..005585987 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1081,7 +1081,7 @@ sub singletest { if($dumped_core) { print "core dumped!\n"; - if(0+ && $gdb) { + if(0 && $gdb) { print "running gdb for post-mortem analysis:\n"; open(GDBCMD, ">log/gdbcmd2"); print GDBCMD "bt\n"; -- cgit v1.2.3