mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
6 lines
179 B
Ruby
Executable File
6 lines
179 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_433matroska_no_track_uid
|
|
describe "mkvmerge / Matroska files missing the track UID element"
|
|
test_merge "data/mkv/no-track-uid.mks", :exit_code => :warning
|