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

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