From: JINMEI Tatuya Date: Sat, 25 Feb 2012 00:04:44 +0000 (-0800) Subject: [1678] removed white space in a blank line. X-Git-Tag: trac2351_base~226^2~116^2~164^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=883ef5b0d7466d080916f98af4ea6a94258ca655;p=thirdparty%2Fkea.git [1678] removed white space in a blank line. --- diff --git a/tests/lettuce/features/terrain/bind10_control.py b/tests/lettuce/features/terrain/bind10_control.py index 28b6cf7850..3858d50f8d 100644 --- a/tests/lettuce/features/terrain/bind10_control.py +++ b/tests/lettuce/features/terrain/bind10_control.py @@ -243,7 +243,6 @@ def check_pid(step, process_name): found = True assert found, "Process named " + process_name +\ " not found in output of Boss show_processes"; - @step('set bind10 configuration (\S+) to (.*)(?: with cmdctl port (\d+))?') def config_set_command(step, name, value, cmdctl_port):