Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
43bb14d1
Commit
43bb14d1
authored
Jan 16, 2003
by
Josh Coalson
Browse files
make immune to vendor string changes
parent
a915f971
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/metaflac.flac.ok
View file @
43bb14d1
No preview for this file type
test/test_metaflac.sh
View file @
43bb14d1
...
...
@@ -308,7 +308,8 @@ rm -f $cs_out $cs_out2
echo
-n
"Testing FLAC file with unknown metadata... "
cp
-p
metaflac.flac.in
$flacfile
run_metaflac
--remove
--block-number
=
4
--dont-use-padding
$flacfile
# remove the VORBIS_COMMENT block so vendor string changes don't interfere with the comparison:
run_metaflac
--remove
--block-type
=
VORBIS_COMMENT
--dont-use-padding
$flacfile
cmp
$flacfile
metaflac.flac.ok
||
die
"ERROR,
$flacfile
and metaflac.flac.ok differ"
echo
OK
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment