]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate-run.sh
fate: cosmetics: Order some test entries
[ffmpeg] / tests / fate-run.sh
index 09776d658d97e64362e2f7c8d8c10352c714ea06..d1633e8be4c367c793cb01dbf3e79250c1b9e8c2 100755 (executable)
@@ -78,7 +78,7 @@ avconv(){
     dec_opts="-threads $threads -thread_type $thread_type"
     avconv_args="-nostats -cpuflags $cpuflags"
     for arg in $@; do
-        [ ${arg} = -i ] && avconv_args="${avconv_args} ${dec_opts}"
+        [ x${arg} = x-i ] && avconv_args="${avconv_args} ${dec_opts}"
         avconv_args="${avconv_args} ${arg}"
     done
     run avconv ${avconv_args}
@@ -160,21 +160,6 @@ lavfitest(){
     regtest lavfi lavfi tests/vsynth1
 }
 
-seektest(){
-    t="${test#seek-}"
-    ref=${base}/ref/seek/$t
-    case $t in
-        image_*) file="tests/data/images/${t#image_}/%02d.${t#image_}" ;;
-        *)       file=$(echo $t | tr _ '?')
-                 for d in fate/acodec- fate/vsynth2- lavf/; do
-                     test -f tests/data/$d$file && break
-                 done
-                 file=$(echo tests/data/$d$file)
-                 ;;
-    esac
-    run libavformat/seek-test $target_path/$file
-}
-
 mkdir -p "$outdir"
 
 exec 3>&2