mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
fate: fix generating references when sh=dash
Regression since 0b98f28c46a7e3e914c51debc461 Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
51d303e20c
commit
275add9328
@ -672,7 +672,7 @@ else
|
||||
fi
|
||||
echo "${test}:${sig:-$err}:$cmpo:$erro" >$repfile
|
||||
|
||||
if test $err != 0 && test $gen != "no" && test "${ref#tests/data/}" == "$ref" ; then
|
||||
if test $err != 0 && test $gen != "no" && test "${ref#tests/data/}" = "$ref" ; then
|
||||
echo "GEN $ref"
|
||||
cp -f "$outfile" "$ref"
|
||||
err=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user