aboutsummaryrefslogtreecommitdiff
path: root/test/010-malformed-timestamp.test/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/010-malformed-timestamp.test/run.sh')
-rwxr-xr-xtest/010-malformed-timestamp.test/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/010-malformed-timestamp.test/run.sh b/test/010-malformed-timestamp.test/run.sh
index e33ff75..069e955 100755
--- a/test/010-malformed-timestamp.test/run.sh
+++ b/test/010-malformed-timestamp.test/run.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-echo -e '0:a' | ${EXECUTABLE} -r 1 -c 1 -i /dev/zero -s 1 -f track.raw
+echo -e '0:a' | ${EXECUTABLE} -r 1 -c 1 -i /dev/zero -s 1 -n -track.raw
if [ $? -eq 0 ]; then
exit 1