diff --git a/Tests/test_file_tiff.py b/Tests/test_file_tiff.py index ad6642d0f..2241123ac 100644 --- a/Tests/test_file_tiff.py +++ b/Tests/test_file_tiff.py @@ -316,7 +316,7 @@ class TestFileTiff(PillowTestCase): # Act / Assert # Should not divide by zero - im.save("test.tif") + im.save(outfile) if __name__ == '__main__':