From 83599c2e65106fa26e1e1348cb619ff3247e8d50 Mon Sep 17 00:00:00 2001 From: Mihail Shinder Date: Fri, 19 Nov 2021 13:44:54 +0200 Subject: [PATCH] Fix test for CommandViewer --- Tests/test_imageshow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"'