mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
6 lines
229 B
Ruby
Executable File
6 lines
229 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_432concatenate_two_ac3_files
|
|
describe "mkvmerge / read from same file twice via concatenation"
|
|
test_merge "'(' data/ac3/misdetected_as_mp2.ac3 data/ac3/misdetected_as_mp2.ac3 ')'", :exit_code => :warning
|