From 5c4fc51d9b9fc74c588e498e86cbef44b593a64a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 24 Sep 2013 20:53:41 +0200 Subject: [PATCH] Revert "fate: Force diff into text mode" This should fix AIX and should no longer be needed This reverts commit b78e75ebc9b03bea8f0c48da266ee6cc0fb8e22d. --- tests/fate-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 71eff804e7..52ddc22300 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -225,7 +225,7 @@ fi if test -e "$ref" || test $cmp = "oneline" ; then case $cmp in - diff) diff -u -a -b "$ref" "$outfile" >$cmpfile ;; + diff) diff -u -b "$ref" "$outfile" >$cmpfile ;; oneoff) oneoff "$ref" "$outfile" >$cmpfile ;; stddev) stddev "$ref" "$outfile" >$cmpfile ;; oneline)oneline "$ref" "$outfile" >$cmpfile ;;