From 2b29546bb4343034fce262d7d5cbeae02ff1a60b Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 17 Nov 2006 07:26:39 +0000 Subject: [PATCH] fix typo --- test/test_flac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_flac.sh b/test/test_flac.sh index 3186423..b381184 100755 --- a/test/test_flac.sh +++ b/test/test_flac.sh @@ -297,7 +297,7 @@ dd if=master.raw ibs=1 skip=20 count=20 of=50c.skip20.until40.raw 2>/dev/null || wav_eopt="$SILENT --force --verify --no-padding --lax" wav_dopt="$SILENT --force --decode" -raw_eopt="$wav_eopt --force-raw-format --endian=big --sign=signed --sample-rate=10 --bps=8 --channels=1 +raw_eopt="$wav_eopt --force-raw-format --endian=big --sign=signed --sample-rate=10 --bps=8 --channels=1" raw_dopt="$wav_dopt --force-raw-format --endian=big --sign=signed" # -- 2.7.4