summaryrefslogtreecommitdiff
path: root/test/test_metaflac.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-08-20 20:37:26 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-08-20 20:37:26 +0000
commiteb20903946a4f278884a6cb47869487788910dc8 (patch)
treeb18be78a31781f55e1ac751ee0ffa740e11d841a /test/test_metaflac.sh
parent87977bad567d779a00f6c26851256e45b7a22b56 (diff)
downloadflac-eb20903946a4f278884a6cb47869487788910dc8.tar.gz
fix various little bugs related to format options
Diffstat (limited to 'test/test_metaflac.sh')
-rwxr-xr-xtest/test_metaflac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_metaflac.sh b/test/test_metaflac.sh
index 21391706..08db0806 100755
--- a/test/test_metaflac.sh
+++ b/test/test_metaflac.sh
@@ -30,7 +30,7 @@ metaflac --help 1>/dev/null 2>/dev/null || (echo "ERROR can't find metaflac exec
if [ $? != 0 ] ; then exit 1 ; fi
echo "Generating stream..."
-if flac --verify -0 --output-name=$flacfile --force-raw-input --endian=big --channels=1 --bps=8 --sample-rate=44100 /bin/sh ; then
+if flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 /bin/sh ; then
chmod +w $flacfile
else
echo "ERROR during generation" 1>&2