Commit 5c4fc51d authored by Michael Niedermayer's avatar Michael Niedermayer

Revert "fate: Force diff into text mode"

This should fix AIX and should no longer be needed

This reverts commit b78e75eb.
parent e40c9651
......@@ -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 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment