Skip to content

Commit

Permalink
Merge fb27bef into 32a6d39
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrown1413 committed Jul 1, 2014
2 parents 32a6d39 + fb27bef commit 1b2916e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/test_shell_injection.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from helper import unittest, PillowTestCase, tearDownModule
from helper import djpeg_available, cjpeg_available, netpbm_available

import sys
import shutil

from PIL import Image, JpegImagePlugin, GifImagePlugin
Expand All @@ -16,6 +17,7 @@
"temp_'\"&&",
)

@unittest.skipIf(sys.platform.startswith('win32'), "requires Unix or MacOS")
class TestShellInjection(PillowTestCase):

def assert_save_filename_check(self, src_img, save_func):
Expand Down

0 comments on commit 1b2916e

Please sign in to comment.