mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-21 04:34:47 +03:00
Fix test for CommandViewer
This commit is contained in:
parent
0f5ed8c31a
commit
83599c2e65
|
@ -69,7 +69,7 @@ def test_viewers():
|
||||||
|
|
||||||
def test_commandviewer():
|
def test_commandviewer():
|
||||||
if is_win32():
|
if is_win32():
|
||||||
basecmd =
|
basecmd = \
|
||||||
'start "Pillow" /WAIT "{file}" '
|
'start "Pillow" /WAIT "{file}" '
|
||||||
"&& ping -n 2 127.0.0.1 >NUL "
|
"&& ping -n 2 127.0.0.1 >NUL "
|
||||||
'&& del /f "{file}"'
|
'&& del /f "{file}"'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user