remove unnecessary option (and source of failures) from pyximport end-to-end test
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 21 Dec 2012 17:34:06 +0000 (18:34 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 21 Dec 2012 17:34:06 +0000 (18:34 +0100)
tests/pyximport/pyximport_pyimport.srctree

index 4f03c66..d8a3163 100644 (file)
@@ -1,5 +1,5 @@
 
-PYTHON -S -c "import pyimport_test; pyimport_test.test()"
+PYTHON -c "import pyimport_test; pyimport_test.test()"
 
 ######## pyimport_test.py ########