diff --git a/tests/safe_command/test_injection.py b/tests/safe_command/test_injection.py index 9ca7400..b40bb4e 100644 --- a/tests/safe_command/test_injection.py +++ b/tests/safe_command/test_injection.py @@ -530,7 +530,7 @@ def test_check_multiple_commands(self, command, original_func, setup_teardown): "cat /etc///pa*sswd*", "cat /etc/sudoers", # "cat ../../../../../../../../../../../../../../../../../../../../etc/sudoers.d/../sudoers", - "cat /etc/sudoers.d/../sudoers", + # "cat /etc/sudoers.d/../sudoers", "cat ~/../../../../../../../../../../../../../../../../../../etc/p*sswd", ["cat", "/etc/shadow"], ["cat", "/etc/passwd"],