summaryrefslogtreecommitdiffstats
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-24 20:53:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-29 12:19:48 +0200
commit5c4fc51d9b9fc74c588e498e86cbef44b593a64a (patch)
treed598301e09a900a87f00f2f1bd8a08a3fb48189f /tests/fate-run.sh
parente40c96513efb069fd189beb64a2265971afb410f (diff)
downloadffmpeg-streaming-5c4fc51d9b9fc74c588e498e86cbef44b593a64a.zip
ffmpeg-streaming-5c4fc51d9b9fc74c588e498e86cbef44b593a64a.tar.gz
Revert "fate: Force diff into text mode"
This should fix AIX and should no longer be needed This reverts commit b78e75ebc9b03bea8f0c48da266ee6cc0fb8e22d.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 71eff80..52ddc22 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 ;;
OpenPOWER on IntegriCloud