summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-07-24 00:03:45 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-07-24 00:03:45 +0000
commita7eecd05d81fd7d84b7e874e0d07c7f3bda79677 (patch)
tree1bfdc3cfcc140b49e90af5600e2bce1f0f8ce243
parente04f0c424e6821e0f23862b6306b3f67a1373f5f (diff)
downloadflac-a7eecd05d81fd7d84b7e874e0d07c7f3bda79677.tar.gz
fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127
-rw-r--r--test/metaflac.flac.inbin667 -> 667 bytes
-rw-r--r--test/metaflac.flac.okbin617 -> 617 bytes
-rwxr-xr-xtest/test_metaflac.sh2
3 files changed, 1 insertions, 1 deletions
diff --git a/test/metaflac.flac.in b/test/metaflac.flac.in
index 3314b873..79892630 100644
--- a/test/metaflac.flac.in
+++ b/test/metaflac.flac.in
Binary files differ
diff --git a/test/metaflac.flac.ok b/test/metaflac.flac.ok
index 24fb8e35..82ad84cc 100644
--- a/test/metaflac.flac.ok
+++ b/test/metaflac.flac.ok
Binary files differ
diff --git a/test/test_metaflac.sh b/test/test_metaflac.sh
index c677dfca..547d79d2 100755
--- a/test/test_metaflac.sh
+++ b/test/test_metaflac.sh
@@ -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"