From 49c6deb45fb4f919428974822a98f06020992c32 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 15 Apr 2011 19:15:48 +0200 Subject: [PATCH] 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 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0df8d8e08..44c9e3216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-14 Stefano Lattarini + + tests: fix typo in python5b.test + * tests/python5b.test: Remove extra `:' from $PATH redefinition. + 2011-02-06 Stefano Lattarini python: extend and improve tests, fix minor glitches 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 -- 2.47.2