ref: ed44e5fd7b2c3fc3e9dd861cda49d131a2852670
parent: 995fe21078a9161ba8e6e309040f5b7b38312c3a
author: robs <robs>
date: Tue May 26 06:58:31 EDT 2009
minor
--- a/src/test-comments
+++ b/src/test-comments
@@ -3,7 +3,7 @@
tmp=/tmp/`basename $0`-$$
check_file () {
- ./soxi -a $1 > $tmp.comments
+ ./sox --i -a $1 > $tmp.comments
cmp $tmp.comments $2 || exit 1
}