OSDN Git Service

tests/fate-run: Remove ./ from run ffmpeg call
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 17 Oct 2015 10:59:08 +0000 (12:59 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 17 Oct 2015 16:58:11 +0000 (18:58 +0200)
This makes it consistent with ffprobe

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tests/fate-run.sh

index 9e872b2..a3938dc 100755 (executable)
@@ -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(){