summaryrefslogtreecommitdiff
path: root/tests/python5b.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-04-15 19:21:26 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-04-15 19:21:26 +0200
commitfb8570413625c417aef963f9ecf6af4bfbc846f7 (patch)
treeaca105b68d900594754e2444dc2a551890dc89e4 /tests/python5b.test
parent061cf14019af41062cfaca2ebd97f6a460de3bb2 (diff)
parent49c6deb45fb4f919428974822a98f06020992c32 (diff)
downloadautomake-fb8570413625c417aef963f9ecf6af4bfbc846f7.tar.gz
Merge branch 'fix-python5b-test'
Diffstat (limited to 'tests/python5b.test')
-rwxr-xr-xtests/python5b.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python5b.test b/tests/python5b.test
index c903e3d19..b0f76e698 100755
--- a/tests/python5b.test
+++ b/tests/python5b.test
@@ -32,7 +32,7 @@ cat > bin/my-python << 'END'
exec python ${1+"$@"}
END
chmod a+x bin/my-python
-PATH=`pwd`/bin:$PATH_SEPARATOR$PATH
+PATH=`pwd`/bin$PATH_SEPARATOR$PATH
: > Makefile.am