aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ctrl_test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ctrl_test_runner.py')
-rw-r--r--tests/ctrl_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py
index 7c14f50..1c5ec2a 100644
--- a/tests/ctrl_test_runner.py
+++ b/tests/ctrl_test_runner.py
@@ -178,7 +178,7 @@ class TestCtrlHLR(TestCtrlBase):
def tearDown(self):
super(TestCtrlHLR, self).tearDown()
- os.unlink("hlr_ctrl_test.db")
+ os.unlink(self.HLR_DB)
def ctrl_command(self):
return ["./src/osmo-hlr", "-c", "doc/examples/osmo-hlr.cfg", '-l', 'hlr_ctrl_test.db']