summaryrefslogtreecommitdiffstats
path: root/pp-test
diff options
context:
space:
mode:
Diffstat (limited to 'pp-test')
-rwxr-xr-xpp-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp-test b/pp-test
index 0924981..5158a23 100755
--- a/pp-test
+++ b/pp-test
@@ -14,7 +14,7 @@ testcase() {
return 1
fi
echo "testing $basepath.i$1"
- java -ea "$prog" < "$basepath.i$1" > tmpout
+ java -ea "$prog" < "$basepath.i$1" &> tmpout
diff --strip-trailing-cr -Nua "$basepath.o$1" tmpout
rm tmpout
}