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>
This commit is contained in:
Andreas Rheinhardt 2020-09-20 16:39:59 +02:00
parent ce30c3d5b9
commit e575d59afe
1 changed files with 1 additions and 1 deletions

View File

@ -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}'
}