I've applied this patch to a temporary bug-fixing branch, merged it
to master, and pushed.

Regards,
  Stefano

-*-*-

tests: fix typo in python5b.test

* tests/python5b.test: Remove extra `:' from $PATH redefinition.
---
 ChangeLog           |    5 +++++
 tests/python5b.test |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0df8d8e..44c9e32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-14  Stefano Lattarini  <stefano.lattar...@gmail.com>
+
+       tests: fix typo in python5b.test
+       * tests/python5b.test: Remove extra `:' from $PATH redefinition.
+
 2011-02-06  Stefano Lattarini  <stefano.lattar...@gmail.com>
 
        python: extend and improve tests, fix minor glitches
diff --git a/tests/python5b.test b/tests/python5b.test
index 7f77cda..b93b5b5 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
 
-- 
1.7.2.3

Reply via email to