diff --git a/Tests/test_imagegrab.py b/Tests/test_imagegrab.py index 250a7aefe..10e150fc4 100644 --- a/Tests/test_imagegrab.py +++ b/Tests/test_imagegrab.py @@ -14,7 +14,7 @@ try: def test_grabclipboard(self): if sys.platform == "darwin": - subprocess.call(['screencapture', '-c']) + subprocess.call(['screencapture', '-cx']) else: p = subprocess.Popen(['powershell', '-command', '-'], stdin=subprocess.PIPE)