mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
932fc8f8bd
This is used by the controller to determine which commands to prefix with (*) markers in case of test failure.
10 lines
221 B
Ruby
Executable File
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
|