diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
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"; |