From 1e52dff3276810c633a2ad5dd3b010ee97a6331a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 5 Sep 2016 21:28:07 +1200 Subject: Remove free filename format due to vulnerability --- test/010-malformed-timestamp.test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/010-malformed-timestamp.test/run.sh') 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 -- cgit v1.1