add test for unknown metadata handling

This commit is contained in:
Josh Coalson 2003-01-11 06:23:16 +00:00
parent 1150b5f705
commit 6b4dfd0515
1 changed files with 6 additions and 0 deletions

View File

@ -306,4 +306,10 @@ echo identical
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
cmp $flacfile metaflac.flac.ok || die "ERROR, $flacfile and metaflac.flac.ok differ"
echo OK
exit 0