diff --git a/Tests/test_imageshow.py b/Tests/test_imageshow.py index 14614b29e..12c754544 100644 --- a/Tests/test_imageshow.py +++ b/Tests/test_imageshow.py @@ -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}"'