Commit be47dad7 authored by Benoit Fouet's avatar Benoit Fouet

modify order in which files are diff'd

Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent aa244b69
......@@ -15,7 +15,7 @@ for i in $list ; do
./seek_test $i >> $logfile
done
if diff -u "$logfile" "$reffile" ; then
if diff -u "$reffile" "$logfile" ; then
echo
echo Regression test succeeded.
exit 0
......
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