]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove blank
authorMark Andrews <marka@isc.org>
Sun, 22 Sep 2013 23:43:53 +0000 (09:43 +1000)
committerMark Andrews <marka@isc.org>
Sun, 22 Sep 2013 23:47:30 +0000 (09:47 +1000)
(cherry picked from commit 75aa3c6f2ada5dcc657d0858ee4544c7997d9840)

bin/tests/system/start.pl

index f0c5d9e6f2399cfcbf079ad1680abbb92edd67b3..f5d2d352c1c81cbc60d5dfe59077c625535f5cfe 100644 (file)
@@ -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 &";