X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fpy-compile-option-terminate.sh;h=0ad1fd868d4e97eaaf73f9599c5c539e3d566661;hb=e1acf4a06f5a8d9e861455ac29abb4944a446494;hp=5c2b56f83f46477affd2ee942cd8b76e219ecb52;hpb=3fea76478eb1364093804365904fdb3c1e5c93d2;p=platform%2Fupstream%2Fautomake.git diff --git a/t/py-compile-option-terminate.sh b/t/py-compile-option-terminate.sh index 5c2b56f..0ad1fd8 100755 --- a/t/py-compile-option-terminate.sh +++ b/t/py-compile-option-terminate.sh @@ -26,18 +26,18 @@ cp "$am_scriptdir/py-compile" . \ : > ./-o.py : > ./--foo.py ./py-compile -- -o.py --foo.py -test -f ./-o.pyc -test -f ./-o.pyo -test -f ./--foo.pyc -test -f ./--foo.pyo +py_installed ./-o.pyc +py_installed ./-o.pyo +py_installed ./--foo.pyc +py_installed ./--foo.pyo rm -f ./-*.py[co] : > x.py ./py-compile x.py -o.py --foo.py -test -f ./x.pyc -test -f ./x.pyo -test -f ./-o.pyc -test -f ./-o.pyo -test -f ./--foo.pyc -test -f ./--foo.pyo +py_installed ./x.pyc +py_installed ./x.pyo +py_installed ./-o.pyc +py_installed ./-o.pyo +py_installed ./--foo.pyc +py_installed ./--foo.pyo :