summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-10 19:12:01 +0000
committerAlan Conway <aconway@apache.org>2010-03-10 19:12:01 +0000
commit195193dab20a2e7481e470ddc8226cff9102e1fb (patch)
tree75885bb0a4181dd6eb93fe0e40d2e544bf3efe76
parenta4e666808709d695367a7ab29e52c452a23c33e3 (diff)
downloadqpid-python-195193dab20a2e7481e470ddc8226cff9102e1fb.tar.gz
Remove non-existent directory from PATH.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@921517 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/tests/test_env.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/test_env.sh.in b/cpp/src/tests/test_env.sh.in
index db92c636d3..07bd4b2bee 100644
--- a/cpp/src/tests/test_env.sh.in
+++ b/cpp/src/tests/test_env.sh.in
@@ -54,7 +54,7 @@ export RECEIVER_EXEC=$QPID_TEST_EXEC_DIR/receiver
export SENDER_EXEC=$QPID_TEST_EXEC_DIR/sender
# Path
-export PATH=$top_builddir/src:$builddir:$builddir/testagent:$srcdir:$PYTHON_COMMANDS:$QPID_TEST_EXEC_DIR:$PATH
+export PATH=$top_builddir/src:$builddir:$srcdir:$PYTHON_COMMANDS:$QPID_TEST_EXEC_DIR:$PATH
# Modules
export TEST_STORE_LIB=$testmoduledir/test_store.so