switch test .wav files to .flac

This commit is contained in:
Kamal Mostafa 2011-06-10 21:17:53 -07:00
parent 35f03b742e
commit 67b9fa68c9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ trap "rm -rf $TMPDIR" 0
let nfail=0
for i in ../testdata/*/*.wav
for i in ../testdata/*/*.flac
do
dir="${i%/*}"