From: Stefano Lattarini Date: Fri, 15 Apr 2011 17:15:48 +0000 (+0200) Subject: tests: fix typo in python5b.test X-Git-Tag: ng-0.5a~207^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c6deb45fb4f919428974822a98f06020992c32;p=thirdparty%2Fautomake.git tests: fix typo in python5b.test * tests/python5b.test: Remove extra `:' from $PATH redefinition. --- 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