mkvtoolnix/tests/test-465propedit_gaps_of_130_bytes.rb
Moritz Bunkus 932fc8f8bd tests: mark certain commands as not to produce a hash result
This is used by the controller to determine which commands to prefix
with (*) markers in case of test failure.
2017-08-12 10:51:33 +02:00

10 lines
221 B
Ruby
Executable File

#!/usr/bin/ruby -w
describe "mkvpropedit / create voids for 130 bytes long gaps"
test "propedit" do
cp "data/mkv/propedit-gaps-130-bytes.mkv", tmp
propedit tmp, "--edit track:s1 --set flag-default=0"
hash_tmp
end