mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
10 lines
277 B
Ruby
10 lines
277 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_446mkvinfo_output
|
||
|
describe "mkvinfo / output of various modes"
|
||
|
|
||
|
test_info "data/mkv/complex.mkv"
|
||
|
test_info "data/mkv/complex.mkv", :args => "-v -v"
|
||
|
test_info "data/mkv/complex.mkv", :args => "-v -v -z"
|
||
|
test_info "data/mkv/complex.mkv", :args => "-s -t"
|