summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahil Siddiq <icegambit91@gmail.com>2023-04-24 16:45:16 +0530
committerDmitry V. Levin <ldv@strace.io>2023-04-24 11:15:16 +0000
commit485968ccbb1f3dd6af1c47c52ab8fd0a0e05aa65 (patch)
tree2e8793366e2b953e6c2857c51dfd7e0a9bd344d7
parent116006e28889820e19f1f730fbfb449696143924 (diff)
downloadstrace-485968ccbb1f3dd6af1c47c52ab8fd0a0e05aa65.tar.gz
tests/gen_tests: remove redundant option
--trace=all option for strace--syscall-limit-path in gen_tests.in can be omitted. Only 'chdir' and 'rmdir' are used to access 'invalid.dir' in the test and --trace='chdir,rmdir' is set in the corresponding bash script. * tests/gen_tests.in (strace--syscall-limit-path): Remove --trace=all option. Signed-off-by: Sahil Siddiq <icegambit91@gmail.com>
-rw-r--r--tests/gen_tests.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen_tests.in b/tests/gen_tests.in
index 94f91e485..e4686ea40 100644
--- a/tests/gen_tests.in
+++ b/tests/gen_tests.in
@@ -1021,7 +1021,7 @@ strace--strings-in-hex-all --trace=chdir --strings-in-hex=all --columns=18
strace--strings-in-hex-non-ascii --trace=chdir --strings-in-hex=non-ascii --columns=12
strace--strings-in-hex-non-ascii-chars --trace=chdir --strings-in-hex=non-ascii-chars --columns=12
strace--strings-in-hex-none --trace=chdir --strings-in-hex=none --columns=12
-strace--syscall-limit-path +strace--syscall-limit.test --trace=all --trace-path=invalid.dir
+strace--syscall-limit-path +strace--syscall-limit.test --trace-path=invalid.dir
strace--syscall-limit-status +strace--syscall-limit.test --status=failed
strace--syscall-times +strace-T_upper.test --syscall-times
strace--syscall-times-ms +strace-T_upper.test --syscall-times=ms