summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpp-test3
1 files changed, 1 insertions, 2 deletions
diff --git a/pp-test b/pp-test
index e84ecb7..fa3f851 100755
--- a/pp-test
+++ b/pp-test
@@ -15,8 +15,7 @@ testcase() {
fi
echo "testing $basepath.i$1"
java -ea "$prog" < "$basepath.i$1" > tmpout
- dos2unix tmpout
- diff -Nua "$basepath.o$1" tmpout
+ diff --strip-trailing-cr -Nua "$basepath.o$1" tmpout
rm tmpout
}