summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 48b47d94..e3133850 100755
--- a/test
+++ b/test
@@ -227,7 +227,7 @@ do_test() {
# source script in a subshell, so it has access to our
# namespace, but cannot change it.
echo -ne "$_script... "
- if ( set -ex ; . $_script ) 2> $targetdir/log
+ if ( set -ex ; . $_script ) &> $targetdir/log
then
echo "succeeded"
_fail=0