From f2e416cff4534eaa73f38cb4d1c3dfe1936703a1 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 14 Sep 2020 15:28:48 +0200 Subject: [PATCH] dump-cache x is two args, not one --- regression-tests.recursor-dnssec/test_RoutingTag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor-dnssec/test_RoutingTag.py b/regression-tests.recursor-dnssec/test_RoutingTag.py index cac1cb854a..a6da5bc623 100644 --- a/regression-tests.recursor-dnssec/test_RoutingTag.py +++ b/regression-tests.recursor-dnssec/test_RoutingTag.py @@ -168,7 +168,7 @@ end return # remove this line to peek at cache rec_controlCmd = [os.environ['RECCONTROL'], '--config-dir=%s' % 'configs/' + self._confdir, - 'dump-cache x'] + 'dump-cache', 'x'] try: expected = b'dumped 7 records\n' ret = subprocess.check_output(rec_controlCmd, stderr=subprocess.STDOUT) -- 2.47.2