diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-20 20:37:26 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-20 20:37:26 +0000 |
commit | eb20903946a4f278884a6cb47869487788910dc8 (patch) | |
tree | b18be78a31781f55e1ac751ee0ffa740e11d841a /test/test_metaflac.sh | |
parent | 87977bad567d779a00f6c26851256e45b7a22b56 (diff) | |
download | flac-eb20903946a4f278884a6cb47869487788910dc8.tar.gz |
fix various little bugs related to format options
Diffstat (limited to 'test/test_metaflac.sh')
-rwxr-xr-x | test/test_metaflac.sh | 2 |
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 |