summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 09776d658d..cc6c4d1015 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -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