8000 #4: update test · Powercoder64/ffmpeg-python@0092e2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0092e2a

Browse files
committed
kkroening#4: update test
1 parent a32ba18 commit 0092e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/tests/test_ffmpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
TEST_OUTPUT_FILE = os.path.join(SAMPLE_DATA_DIR, 'dummy2.mp4')
1212

1313

14-
print(subprocess.check_call(['-version']))
14+
subprocess.check_call(['ffmpeg', '-version'])
1515

1616

1717
def test_fluent_equality():

0 commit comments

Comments
 (0)
0