[PATCH v1] tests/gen_tests: remove redundant option

Sahil Siddiq icegambit91 at gmail.com
Mon Apr 24 11:15:16 UTC 2023


--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 at gmail.com>
---
 tests/gen_tests.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gen_tests.in b/tests/gen_tests.in
index 74d9984c9..949c222c3 100644
--- a/tests/gen_tests.in
+++ b/tests/gen_tests.in
@@ -1006,7 +1006,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
-- 
2.40.0



More information about the Strace-devel mailing list