From: Mark Andrews Date: Sun, 22 Sep 2013 23:43:53 +0000 (+1000) Subject: remove blank X-Git-Tag: v9.10.0a1~85 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=50c67f588e744cad447bb2005a098f1ea30dead0;p=thirdparty%2Fbind9.git remove blank (cherry picked from commit 75aa3c6f2ada5dcc657d0858ee4544c7997d9840) --- diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index f0c5d9e6f23..f5d2d352c1c 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -170,7 +170,7 @@ sub start_server { if (-e "$testdir/$server/named.maxudp512"); $command .= "-T maxudp1460 " if (-e "$testdir/$server/named.maxudp1460"); - $command .= "-c named.conf -d 99 -g -U 4 "; + $command .= "-c named.conf -d 99 -g -U 4"; } if ($restart) { $command .= " >>named.run 2>&1 &";