summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/shutdown/tests_shutdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/shutdown/tests_shutdown.py')
-rwxr-xr-xbin/tests/system/shutdown/tests_shutdown.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tests/system/shutdown/tests_shutdown.py b/bin/tests/system/shutdown/tests_shutdown.py
index 89cada2..19f853b 100755
--- a/bin/tests/system/shutdown/tests_shutdown.py
+++ b/bin/tests/system/shutdown/tests_shutdown.py
@@ -175,8 +175,8 @@ def test_named_shutdown(named_port, control_port, kill_method):
rndc = os.getenv("RNDC")
assert rndc is not None
- # rndc configuration resides in ../common/rndc.conf
- rndc_cfg = os.path.join("..", "common", "rndc.conf")
+ # rndc configuration resides in ../_common/rndc.conf
+ rndc_cfg = os.path.join("..", "_common", "rndc.conf")
assert os.path.isfile(rndc_cfg)
# rndc command with default arguments.