aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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 2a10e5f7b..06ff733f6 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2627,7 +2627,7 @@ sub singletest {
}
}
- $CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
+ $CMDLINE .= "$cmdargs >$STDOUT 2>$STDERR";
if($verbose) {
logmsg "$CMDLINE\n";