summaryrefslogtreecommitdiff
path: root/test/test_flac.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-09-16 00:07:20 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-09-16 00:07:20 +0000
commitc0da196166f47e62654b95ec6f03c6bc42954cea (patch)
tree13ff5ee1c1c6384b74899f2199b308e744f8bb33 /test/test_flac.sh
parent68acb04a4d8b4c3b552af724eface0f4fed1758d (diff)
downloadflac-c0da196166f47e62654b95ec6f03c6bc42954cea.tar.gz
minor comments
Diffstat (limited to 'test/test_flac.sh')
-rwxr-xr-xtest/test_flac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_flac.sh b/test/test_flac.sh
index 7dfc134c..6bf71b9e 100755
--- a/test/test_flac.sh
+++ b/test/test_flac.sh
@@ -617,7 +617,7 @@ rm noise.flac z.wav
# test --input-size
############################################################################
-#@@@@@@ cat will not work on old cygwin, need to fix
+#@@@ cat will not work on old cygwin, need to fix
if [ $is_win = no ] ; then
echo -n "testing --input-size=50 --skip=10... "
cat 50c.raw | run_flac $raw_eopt --input-size=50 --skip=10 -o z50c.skip10.flac - || die "ERROR generating FLAC file"