diff options
Diffstat (limited to 'cpp/examples/verify')
-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 251097930e..247e75d4a9 100755 --- a/cpp/examples/verify +++ b/cpp/examples/verify @@ -8,7 +8,8 @@ # If $QPID_HOST or $QPID_PORT are set, use them to connect. # -export QPID_DATA_DIR= +QPID_DATA_DIR= +export QPID_DATA_DIR cleanup() { test -n "$QPIDD" && $QPIDD -q # Private broker |