fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 24 Jul 2004 00:03:45 +0000 (00:03 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 24 Jul 2004 00:03:45 +0000 (00:03 +0000)
test/metaflac.flac.in
test/metaflac.flac.ok
test/test_metaflac.sh

index 3314b87..7989263 100644 (file)
Binary files a/test/metaflac.flac.in and b/test/metaflac.flac.in differ
index 24fb8e3..82ad84c 100644 (file)
Binary files a/test/metaflac.flac.ok and b/test/metaflac.flac.ok differ
index c677dfc..547d79d 100755 (executable)
@@ -56,7 +56,7 @@ if [ -f /bin/sh.exe ] ; then
 else
        inputfile=/bin/sh
 fi
-if run_flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ; then
+if run_flac --force --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ; then
        chmod +w $flacfile
 else
        die "ERROR during generation"