automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] {master} tests: fix typo in python5b.test


From: Stefano Lattarini
Subject: [PATCH] {master} tests: fix typo in python5b.test
Date: Fri, 15 Apr 2011 19:22:38 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

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  <address@hidden>
+
+       tests: fix typo in python5b.test
+       * tests/python5b.test: Remove extra `:' from $PATH redefinition.
+
 2011-02-06  Stefano Lattarini  <address@hidden>
 
        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

[Prev in Thread] Current Thread [Next in Thread]