This commit is contained in:
Martin v. Löwis 2014-02-28 15:49:06 +01:00
parent 9c17ff91f3
commit 80875fe439
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class SourceEncodingTest(unittest.TestCase):
self.assertRaises(SyntaxError, eval, b'\xef\xbb\x20')
def test_20731(self):
sub = subprocess.Popen([sys.executable,
sub = subprocess.Popen([sys.executable,
os.path.join(os.path.dirname(__file__),
'coding20731.py')],
stderr=subprocess.PIPE)