mirror of https://git.ffmpeg.org/ffmpeg.git
Revert "fate: Force diff into text mode"
This should fix AIX and should no longer be needed
This reverts commit b78e75ebc9
.
This commit is contained in:
parent
e40c96513e
commit
5c4fc51d9b
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in New Issue