Fix test for CommandViewer

This commit is contained in:
Mihail Shinder 2021-11-19 13:44:54 +02:00
parent 0f5ed8c31a
commit 83599c2e65

View File

@ -69,7 +69,7 @@ def test_viewers():
def test_commandviewer():
if is_win32():
basecmd =
basecmd = \
'start "Pillow" /WAIT "{file}" '
"&& ping -n 2 127.0.0.1 >NUL "
'&& del /f "{file}"'