mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
10 lines
271 B
Ruby
Executable File
10 lines
271 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_668flush_on_close
|
|
describe "mkvmerge, mkvextract / flushing on close"
|
|
test_merge "data/subtitles/srt/ven.srt", :args => "--flush-on-close"
|
|
test "extraction" do
|
|
extract "data/mkv/complex.mkv", 8 => tmp, :args => "--flush-on-close"
|
|
hash_tmp
|
|
end
|