From 54ed0db16461fbb0deef48d5308fa7262f021c3b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 2 Apr 2012 17:48:16 +0200 Subject: pp-test: catch stderr when comparing Signed-off-by: Florian Pritz --- pp-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp-test') 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 } -- cgit v1.2.3-24-g4f1b