summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-12-10 20:44:33 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-12-11 20:51:17 +0530
commit3b825b2f81e74bf9709d376f61fd1bf9a394f6ad (patch)
treecf0f5cba5f854e8b8587ffa968e978b7d25ea76d /tests
parentb41f378fc4ddb1a34aebe459805d3c8dbcc96b36 (diff)
fate: add prog suffix in fate-mov-mp4-with-mov-in24-ver
Prevent test failure with builds that set a suffix and/or extension for the ffprobe binary
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/mov.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 4df0fe6490..8ed66cf135 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -123,4 +123,4 @@ fate-mov-faststart-4gb-overflow: CMD = run tools/qt-faststart$(EXESUF) $(TARGET_
fate-mov-faststart-4gb-overflow: CMP = oneline
fate-mov-faststart-4gb-overflow: REF = bc875921f151871e787c4b4023269b29
-fate-mov-mp4-with-mov-in24-ver: CMD = run ffprobe -show_entries stream=codec_name -select_streams 1 $(TARGET_SAMPLES)/mov/mp4-with-mov-in24-ver.mp4
+fate-mov-mp4-with-mov-in24-ver: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=codec_name -select_streams 1 $(TARGET_SAMPLES)/mov/mp4-with-mov-in24-ver.mp4