]> git.sesse.net Git - ffmpeg/commitdiff
Revert "fate: Force diff into text mode"
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Sep 2013 18:53:41 +0000 (20:53 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 29 Sep 2013 10:19:48 +0000 (12:19 +0200)
This should fix AIX and should no longer be needed

This reverts commit b78e75ebc9b03bea8f0c48da266ee6cc0fb8e22d.

tests/fate-run.sh

index 71eff804e71df7505f9aeb7a6ffecd7d9183f828..52ddc22300088124ccead13d29daaec11240f255 100755 (executable)
@@ -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 ;;