summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-07-08 21:12:15 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-07-08 21:12:18 +1000
commit1988855b821c252a255ddf0dfbd7e643955e6ae8 (patch)
treee081d0f5808275e772a4543aab4e6c625d3b85b3 /test
parent9443151da38d25430f0683dfdcd7f6076ecabe0a (diff)
downloadflac-1988855b821c252a255ddf0dfbd7e643955e6ae8.tar.gz
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>
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_replaygain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_replaygain.sh b/test/test_replaygain.sh
index 29098751..73529222 100755
--- a/test/test_replaygain.sh
+++ b/test/test_replaygain.sh
@@ -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 -
}