aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-05 20:12:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-05 20:12:59 +0000
commit358b72bb12f37ffc31d06be74cd50764e9e5d48e (patch)
treea27cde0a89fe583198b001030fd72e946499f24c /tests/runtests.pl
parent6c408c885a273f41113bd6b8dc8eed98c7aa6bb2 (diff)
fixed typo
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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";