mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
7362348340
If a warning occurred then the exit code must be 1, not 0. This has been
broken in commit 6e35edac13
(since 7.0.0).
Fixes #1101.
5 lines
158 B
Ruby
Executable File
5 lines
158 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
describe "mkvmerge / VC1 without start markers (0x00 0x00 0x01)"
|
|
test_merge "-A data/mkv/vc1-without-markers.mkv", :exit_code => :warning
|