[FFmpeg-cvslog] tests/fate-run: Remove ./ from run ffmpeg call

Michael Niedermayer git at videolan.org
Sat Oct 17 19:14:02 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sat Oct 17 12:59:08 2015 +0200| [66d36668031ddef04d7a2de4bf2b7f2733136dcf] | committer: Michael Niedermayer

tests/fate-run: Remove ./ from run ffmpeg call

This makes it consistent with ffprobe

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=66d36668031ddef04d7a2de4bf2b7f2733136dcf
---

 tests/fate-run.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 9e872b2..a3938dc 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -103,7 +103,7 @@ ffmpeg(){
         [ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}"
         ffmpeg_args="${ffmpeg_args} ${arg}"
     done
-    run ./ffmpeg${PROGSUF} ${ffmpeg_args}
+    run ffmpeg${PROGSUF} ${ffmpeg_args}
 }
 
 framecrc(){



More information about the ffmpeg-cvslog mailing list