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

9 lines
214 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_417mkvextract_tracks_at_end_of_file
describe "mkvextract / track headers located at the end of the file"
test "extraction" do
extract "data/mkv/tracks-at-end.mka", 0 => tmp
hash_tmp
end