mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
10 lines
229 B
Ruby
Executable File
10 lines
229 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_267mkvextract_clusters_with_unknown_size
|
|
describe "mkvextract / Clusters with an unknown size"
|
|
|
|
test "extraction" do
|
|
extract "data/webm/live-stream.webm", 1 => tmp, :exit_code => :warning
|
|
hash_tmp
|
|
end
|