summaryrefslogtreecommitdiff
path: root/cpp/src/tests/reliable_replication_test
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/reliable_replication_test')
-rwxr-xr-xcpp/src/tests/reliable_replication_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/reliable_replication_test b/cpp/src/tests/reliable_replication_test
index a788d5a76b..11cdc5be66 100755
--- a/cpp/src/tests/reliable_replication_test
+++ b/cpp/src/tests/reliable_replication_test
@@ -22,7 +22,7 @@
# Test reliability of the replication feature in the face of link
# failures:
MY_DIR=`dirname \`which $0\``
-PYTHON_DIR=${MY_DIR}/../../../python
+PYTHON_DIR=${MY_DIR}/../../../python/temp
trap stop_brokers EXIT