diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-09-05 21:28:07 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-09-05 21:28:07 +1200 |
commit | 1e52dff3276810c633a2ad5dd3b010ee97a6331a (patch) | |
tree | 2d5701930a17845fa6c6ba1d974518b9a9468f00 /test/007-unreadable-infile.test/run.sh | |
parent | c8c27f7d8683403c49f5a440b29916ad6a0a1f91 (diff) | |
download | cue-bin-split-1e52dff3276810c633a2ad5dd3b010ee97a6331a.tar.xz |
Remove free filename format due to vulnerability
Diffstat (limited to 'test/007-unreadable-infile.test/run.sh')
-rwxr-xr-x | test/007-unreadable-infile.test/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/007-unreadable-infile.test/run.sh b/test/007-unreadable-infile.test/run.sh index 0d8262d..e260961 100755 --- a/test/007-unreadable-infile.test/run.sh +++ b/test/007-unreadable-infile.test/run.sh @@ -3,7 +3,7 @@ touch foo.in chmod -r foo.in -${EXECUTABLE} -r 1 -c 1 -i foo.in -s 1 -f track%2d.raw +${EXECUTABLE} -r 1 -c 1 -i foo.in -s 1 -n -track.raw if [ $? -eq 0 ]; then exit 1 |