From c71729bea87f323f3de145f564890ed981eb840d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 18 Nov 2011 09:30:53 +0100 Subject: pp-test: remove replace dos2unix calls with diff option Signed-off-by: Florian Pritz --- pp-test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pp-test') 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 } -- cgit v1.2.3-24-g4f1b