aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-12 16:46:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-12 16:46:45 +0000
commit07e3dc2ee2ac3316dee6ee361a9e4619363dbaf3 (patch)
tree12d03b99aaa42f9078b4a3312dbe7449201be1dd /tests
parentead065d8030ad58ebecf276b175431687aafa066 (diff)
missing space added, nows run old tests fine again
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index fddac3d78..3e86abd5a 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -584,7 +584,7 @@ sub singletest {
}
else {
if (!@validstdout) {
- $out="--output $CURLOUT ";
+ $out=" --output $CURLOUT ";
}
}