2 # Copyright (C) 2011-2013 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 # Make sure 'py-compile' honours the PYTHON environment variable.
21 cp "$am_scriptdir/py-compile" . \
22 || fatal_ "failed to fetch auxiliary script py-compile"
33 PYTHON=: ../py-compile foo.py
36 PYTHON=false ../py-compile foo.py && exit 1
39 PYTHON='echo GrEpMe AndMeToo' ../py-compile foo.py
40 PYTHON='echo GrEpMe AndMeToo' ../py-compile foo.py | grep 'GrEpMe AndMeToo'
47 PYTHON=../my-py ../py-compile foo.py
49 ls | grep -v '^my-py\.run$' | grep . && exit 1
54 PATH=..$PATH_SEPARATOR$PATH; export PATH
55 PYTHON=my-py py-compile foo.py
57 ls | grep -v '^my-py\.run$' | grep . && exit 1