diff options
Diffstat (limited to 'test/002-no-timestamp.test/run.sh')
-rw-r--r-- | test/002-no-timestamp.test/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/002-no-timestamp.test/run.sh b/test/002-no-timestamp.test/run.sh index 37ac673..399eaee 100644 --- a/test/002-no-timestamp.test/run.sh +++ b/test/002-no-timestamp.test/run.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo | ${EXECUTABLE} -r 44100 -c 1 -s 2 -i /dev/zero -f track_%d.raw +echo | ${EXECUTABLE} -r 44100 -c 1 -s 2 -i /dev/zero -n track.raw if [ $? -eq 0 ]; then exit 1 |