test_replaygain.sh : Add --force-raw-format option.

This test was failing due to the lack of this option.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo 2014-07-08 21:12:15 +10:00
parent 9443151da3
commit 1988855b82
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ tonegenerator ()
}
}' /dev/null |
flac${EXE} --silent --no-error-on-compression-fail \
flac${EXE} --silent --no-error-on-compression-fail --force-raw-format \
--endian=big --channels=1 --bps=24 --sample-rate=$1 --sign=unsigned -
}