diff options
author | Marton Balint <cus@passwd.hu> | 2015-11-16 01:25:18 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-11-16 11:05:19 +0100 |
commit | 9bd4f26b55c88885c98fb47157ea62300f3dc293 (patch) | |
tree | f98ad175d3d12b506fda491667ac71c47a735cab /tests/fate-run.sh | |
parent | 1fe82abac7ecc072b83644dcd89678b50d69d23a (diff) | |
download | ffmpeg-9bd4f26b55c88885c98fb47157ea62300f3dc293.tar.gz |
fate: fix concat demuxer tests on msys/cygwin by using relative paths
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 38dc334a0e..6d4615876b 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -251,7 +251,7 @@ gapless(){ concat(){ template=$1 - sample=$(target_path $2) + sample=$2 mode=$3 extra_args=$4 |