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 bb37393 commit 55fc753Copy full SHA for 55fc753
tests/test_command_runner.py
@@ -77,7 +77,7 @@ def timestamp(date):
77
# This is a dummy test on windows
78
PRINT_BINARY_FILE_CMD = "type C:\\Windows\\System32\\cmd.exe"
79
else:
80
- ENCODING = "utf-8"-
+ ENCODING = "utf-8"
81
PING_CMD = ["ping", "-c", "4", "127.0.0.1"]
82
PING_CMD_10S = ["ping", "-c", "10", "127.0.0.1"]
83
PING_CMD_REDIR = "ping -c 4 127.0.0.1 1>&2"
0 commit comments