mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor formatting
This commit is contained in:
@@ -524,7 +524,7 @@ if [ $has_ogg = "yes" ] ; then
|
||||
test_skip_until aiff ogg
|
||||
fi
|
||||
|
||||
echo "Testing seek extremes:"
|
||||
echo "testing seek extremes:"
|
||||
|
||||
run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=576 noise.raw || die "ERROR generating FLAC file"
|
||||
|
||||
@@ -538,13 +538,13 @@ else
|
||||
total_samples=393216
|
||||
fi
|
||||
|
||||
echo -n "Testing --skip=0... "
|
||||
echo -n "testing --skip=0... "
|
||||
run_flac $wav_dopt --skip=0 -o z.wav noise.flac || die "ERROR decoding FLAC file noise.flac"
|
||||
echo OK
|
||||
|
||||
for delta in 2 1 ; do
|
||||
n=`expr $total_samples - $delta`
|
||||
echo -n "Testing --skip=$n... "
|
||||
echo -n "testing --skip=$n... "
|
||||
run_flac $wav_dopt --skip=$n -o z.wav noise.flac || die "ERROR decoding FLAC file noise.flac"
|
||||
echo OK
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user