Skip to content

Commit 704ae2c

Browse files
jsf9kdav3r
andauthored
Alphabetize netstat arguments
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
1 parent 36efcdf commit 704ae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/disable_stub_resolver/tests/test_disable_stub_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def test_port_53_listener(host):
1515
"""Verify that nothing is listening on port 53."""
1616
# Have netstat output all TCP and UDP IPv4 listeners.
17-
netstat_cmd = "netstat --protocol inet --listening --tcp --udp --numeric"
17+
netstat_cmd = "netstat --protocol inet --listening --numeric --tcp --udp "
1818
# Skip the first two lines of the output.
1919
tail_cmd = "tail --lines +3"
2020
# Grab only the 4th column.

0 commit comments

Comments
 (0)