diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-13 13:41:19 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-13 13:41:19 +1300 |
commit | ae76bffb0df0e51a16662722fb307c2f3e3fd913 (patch) | |
tree | 13fa1197b35cee75c6a01717b3a15abf27b06480 /test/002-no-timestamp.test/run.sh | |
parent | bdb31c8ca22739fa6ed15e1ec355d63af07e7c1c (diff) | |
download | cue-bin-split-ae76bffb0df0e51a16662722fb307c2f3e3fd913.tar.xz |
Remove stray comment from test case
Diffstat (limited to 'test/002-no-timestamp.test/run.sh')
-rw-r--r-- | test/002-no-timestamp.test/run.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/002-no-timestamp.test/run.sh b/test/002-no-timestamp.test/run.sh index 122b849..37ac673 100644 --- a/test/002-no-timestamp.test/run.sh +++ b/test/002-no-timestamp.test/run.sh @@ -1,7 +1,5 @@ #!/bin/sh -# create large file - echo | ${EXECUTABLE} -r 44100 -c 1 -s 2 -i /dev/zero -f track_%d.raw if [ $? -eq 0 ]; then |