From 9d545442bd2755cae7d64d4b601dd65caa423f82 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 23 Jun 2014 21:31:32 +0300 Subject: [PATCH] Fix test file path --- Tests/test_decompression_bomb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_decompression_bomb.py b/Tests/test_decompression_bomb.py index b83f33f46..4c09bd9e3 100644 --- a/Tests/test_decompression_bomb.py +++ b/Tests/test_decompression_bomb.py @@ -2,7 +2,7 @@ from helper import unittest, PillowTestCase, tearDownModule from PIL import Image -test_file = "Images/lena.ppm" +test_file = "Tests/images/lena.ppm" ORIGINAL_LIMIT = Image.MAX_IMAGE_PIXELS