summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_cli_tests
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-07-25 20:25:14 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-07-25 20:25:14 +0000
commit36f014b7d1c0786b3d0a3c5f76d19e7537071c54 (patch)
treefe66c81b5ce74b5b9679073f879f2aa31dd5ff27 /cpp/src/tests/run_cli_tests
parente71d1e37a86615a553ad6b965c91cb6eaccc3d0d (diff)
downloadqpid-python-36f014b7d1c0786b3d0a3c5f76d19e7537071c54.tar.gz
QPID-4640: QPID-3633: Remove autotools build from qpid C++ source tree
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1507112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_cli_tests')
-rwxr-xr-xcpp/src/tests/run_cli_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/run_cli_tests b/cpp/src/tests/run_cli_tests
index a7f55d58b7..e9590080a1 100755
--- a/cpp/src/tests/run_cli_tests
+++ b/cpp/src/tests/run_cli_tests
@@ -44,8 +44,8 @@ start_brokers() {
# look like they're xml related.
# if we start supporting xml on windows, it will need something similar
# here
- if [ -f ../.libs/xml.so ] ; then
- xargs="--load-module ../.libs/xml.so"
+ if [ -f ../xml.so ] ; then
+ xargs="--load-module ../xml.so"
if [ ! -f test.xquery ] ; then
create_test_xquery
fi