summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-04-20 10:26:08 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-04-20 10:26:08 -0400
commit72273000ece2713704fba5e3402aef7a3e009c10 (patch)
treee28cef1c717a4af3ad4c011abd36e37dcce3c7b2 /tests
parent8365b5d00df0d1129a30550f451fb62a24e1bc00 (diff)
downloadopus-72273000ece2713704fba5e3402aef7a3e009c10.tar.gz
Misc changes to address Robert Sparks' comments
See http://www.ietf.org/mail-archive/web/codec/current/msg02833.html Still more changes to come
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_vectors.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run_vectors.sh b/tests/run_vectors.sh
index 9b5c29be..78b09e67 100755
--- a/tests/run_vectors.sh
+++ b/tests/run_vectors.sh
@@ -36,7 +36,7 @@ echo Testing mono
echo "=============="
echo
-for file in `seq -w 1 11`
+for file in 01 02 03 04 05 06 07 08 09 10 11 12
do
if [ -e $VECTOR_PATH/testvector$file.bit ]; then
echo Testing testvector$file
@@ -66,7 +66,7 @@ echo Testing stereo
echo "=============="
echo
-for file in `seq -w 1 11`
+for file in 01 02 03 04 05 06 07 08 09 10 11 12
do
if [ -e $VECTOR_PATH/testvector$file.bit ]; then
echo Testing testvector$file