mkvtoolnix/tests/test-420matroska_attachment_no_fileuid.rb
2014-01-11 20:16:43 +01:00

12 lines
293 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_420matroska_attachment_no_fileuid
describe "mkvmerge & mkvextract / Matroska files with attachments missing a FileUID"
file = "data/mkv/attachment-without-fileuid.mkv"
test_merge file
test "extraction" do
extract file, :mode => :attachments, 1 => tmp
hash_tmp
end