ref: 6b86772b64eb232306d4b1b018fb364b49823c56
parent: 09be0dfccb00898ec6f9ffaa3ec6f4133705420f
author: cbagwell <cbagwell>
date: Thu Mar 20 10:06:08 EDT 2008
Remove bash extension to make work on Solaris boxes.
--- a/src/tests.sh
+++ b/src/tests.sh
@@ -105,7 +105,7 @@
echo "*FAIL* channels=$channels \"$format1Text\" ---> \"$format2Text\"."
exit 1 # This allows failure inspection.
fi
- vectors=$(expr $vectors + 1)
+ vectors=`expr $vectors + 1`
fi
if execute cmp -s input.$format1Ext output.$format1Ext