From: Dmitry Volyntsev Date: Mon, 12 Feb 2018 12:15:53 +0000 (+0300) Subject: Fixed PATH shell variable for expect tests. X-Git-Tag: 0.2.0~37 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=ecbd78bf981847dfed79c40d33f0330009687142;p=njs.git Fixed PATH shell variable for expect tests. To avoid interference with the already installed njs binary. --- diff --git a/nxt/auto/expect b/nxt/auto/expect index 12652cd9..8ea8eb9b 100644 --- a/nxt/auto/expect +++ b/nxt/auto/expect @@ -21,7 +21,7 @@ if [ $nxt_found = yes -a $NXT_HAVE_LIBEDIT = YES ]; then cat << END >> $NXT_MAKEFILE_CONF njs_expect_test: njs njs/test/njs_expect_test.exp - PATH=\$(PATH):\$(NXT_BUILDDIR) expect -f njs/test/njs_expect_test.exp + PATH=\$(NXT_BUILDDIR):\$(PATH) expect -f njs/test/njs_expect_test.exp END else