We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36efcdf commit 704ae2cCopy full SHA for 704ae2c
molecule/disable_stub_resolver/tests/test_disable_stub_resolver.py
@@ -14,7 +14,7 @@
14
def test_port_53_listener(host):
15
"""Verify that nothing is listening on port 53."""
16
# Have netstat output all TCP and UDP IPv4 listeners.
17
- netstat_cmd = "netstat --protocol inet --listening --tcp --udp --numeric"
+ netstat_cmd = "netstat --protocol inet --listening --numeric --tcp --udp "
18
# Skip the first two lines of the output.
19
tail_cmd = "tail --lines +3"
20
# Grab only the 4th column.
0 commit comments