]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dump-cache x is two args, not one
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 14 Sep 2020 13:28:48 +0000 (15:28 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 15 Feb 2021 08:09:11 +0000 (09:09 +0100)
regression-tests.recursor-dnssec/test_RoutingTag.py

index cac1cb854ab963a511aed3dde79bdc732710692a..a6da5bc623ce421eedc2330719e6f3cbd5949bdf 100644 (file)
@@ -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)