From 7475f21253940d164ccefd5c69aed6b04a24d107 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 23 Sep 2013 09:43:53 +1000 Subject: [PATCH] remove blank (cherry picked from commit 75aa3c6f2ada5dcc657d0858ee4544c7997d9840) --- bin/tests/system/start.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 1f4e94d564..8c16623026 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -161,7 +161,7 @@ sub start_server { if (-e "$testdir/$server/named.nosoa"); $command .= "-T noaa " if (-e "$testdir/$server/named.noaa"); - $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 &";