From 0579fc2cca21c2e6fed3194aeff8fc96d114d2f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Je=C5=BEek?= Date: Fri, 14 Aug 2020 11:50:05 +0200 Subject: [PATCH] ta_update: rfc5011 test: fix knotd startup --- modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py b/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py index 5a12743d8..84f611765 100755 --- a/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py +++ b/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py @@ -68,7 +68,7 @@ def generate_range(filename, rng_templ, entry_templ): os.link(filename, 'root.db') # run server - knotd = subprocess.Popen(['/usr/local/sbin/knotd', '-c', 'knot.root.conf']) + knotd = subprocess.Popen(['knotd', '-c', 'knot.root.conf', '-s', '/tmp/knot-dns2rpl.sock']) time.sleep(0.1) # give kresd time to start so we do not wait for first timeout # query data -- 2.47.2