mkvtoolnix/tests/test-433matroska_no_track_uid.rb
Moritz Bunkus abe79aea96 mkvmerge: only warn for Matroska files with missing track UIDs
Before mkvmerge exited with an error. Even though such files violate the
Matroska specifications ignoring that violation is easy enough, a
warning will suffice.

Fixes #1050.
2014-08-09 21:16:16 +02:00

6 lines
174 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 => :warning