summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-20 16:39:59 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-27 09:51:31 +0200
commite575d59afe928af7729cc8abed94cc100c991444 (patch)
tree01aaa8144102e8f560a37538402ed646514b482f /tests/fate-run.sh
parentce30c3d5b9601ccb7d94ce0cc7ffe947264509cb (diff)
tests/fate-run: Always overwrite output files for md5 tests
Otherwise the result of such tests will not accurately reflect the current state. Reviewed-by: Jan Ekström <jeebjp@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
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 1b283e9c35..58d5fdbb60 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -158,7 +158,7 @@ md5pipe(){
md5(){
encfile="${outdir}/${test}.out"
cleanfiles="$cleanfiles $encfile"
- ffmpeg "$@" $(target_path $encfile)
+ ffmpeg -y "$@" $(target_path $encfile)
do_md5sum $encfile | awk '{print $1}'
}