From: Otto Moerbeek Date: Mon, 14 Sep 2020 13:28:48 +0000 (+0200) Subject: dump-cache x is two args, not one X-Git-Tag: dnsdist-1.6.0-alpha2~39^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e416cff4534eaa73f38cb4d1c3dfe1936703a1;p=thirdparty%2Fpdns.git dump-cache x is two args, not one --- 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)