mkvtoolnix/tests/test-0510propedit_add_attachments_without_meta_seek_present.rb
2021-07-07 16:10:13 +02:00

13 lines
310 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_510propedit_add_attachments_without_meta_seek_present
describe "mkvpropedit / adding attachments to a file that doesn't contain a meta seek element"
src = "data/mkv/x264.mkv"
test src do
sys "cp #{src} #{tmp}"
propedit tmp, "--add-attachment 'data/text/chap1.txt'"
hash_tmp
end