fix test
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 24 Apr 2013 15:35:42 +0000 (17:35 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 24 Apr 2013 15:35:42 +0000 (17:35 +0200)
tests/run/initial_file_path.srctree

index 4f92756..a55df68 100644 (file)
@@ -1,5 +1,5 @@
 PYTHON setup.py build_ext --inplace
-PYTHON -c "import my_test_package as p; assert not p.__file__.rstrip('co').endswith('.py'), p.__file__; m.test()"
+PYTHON -c "import my_test_package as p; assert not p.__file__.rstrip('co').endswith('.py'), p.__file__; p.test()"
 PYTHON -c "import my_test_package.a as a; a.test()"
 PYTHON -c "import my_test_package.another as p; assert not p.__file__.rstrip('co').endswith('.py'), p.__file__; p.test()"
 PYTHON -c "import my_test_package.another.a as a; a.test()"