summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/addzone/tests_rndc_deadlock.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/addzone/tests_rndc_deadlock.py')
-rwxr-xr-xbin/tests/system/addzone/tests_rndc_deadlock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/system/addzone/tests_rndc_deadlock.py b/bin/tests/system/addzone/tests_rndc_deadlock.py
index bd21d62..fefcc2d 100755
--- a/bin/tests/system/addzone/tests_rndc_deadlock.py
+++ b/bin/tests/system/addzone/tests_rndc_deadlock.py
@@ -22,7 +22,7 @@ def run_rndc(server, rndc_command):
rndc = os.getenv("RNDC")
port = os.getenv("CONTROLPORT")
- cmdline = [rndc, "-c", "../common/rndc.conf", "-p", port, "-s", server]
+ cmdline = [rndc, "-c", "../_common/rndc.conf", "-p", port, "-s", server]
cmdline.extend(rndc_command)
subprocess.check_output(cmdline, stderr=subprocess.STDOUT, timeout=10)