summaryrefslogtreecommitdiff
path: root/tests/python5b.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-04-15 19:15:48 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-04-15 19:15:48 +0200
commit49c6deb45fb4f919428974822a98f06020992c32 (patch)
tree77c2c4aee2913402436233dd1349f619208d884e /tests/python5b.test
parent6366a170d89eaaf6c3f119dc999035eb7d5a5800 (diff)
downloadautomake-49c6deb45fb4f919428974822a98f06020992c32.tar.gz
tests: fix typo in python5b.test
* tests/python5b.test: Remove extra `:' from $PATH redefinition.
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 7f77cda5d..b93b5b5c4 100755
--- a/tests/python5b.test
+++ b/tests/python5b.test
@@ -34,7 +34,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