diff options
Diffstat (limited to 'cpp/examples')
-rwxr-xr-x | cpp/examples/verify | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/examples/verify b/cpp/examples/verify index c8d1d3dfcd..43e1206a0c 100755 --- a/cpp/examples/verify +++ b/cpp/examples/verify @@ -30,7 +30,8 @@ # QPID_DATA_DIR= -export QPID_DATA_DIR +QPID_NO_MODULE_DIR=1 +export QPID_DATA_DIR QPID_NO_MODULE_DIR cleanup() { test -n "$QPIDD" && $QPIDD -q # Private broker |