summaryrefslogtreecommitdiff
path: root/tests/Bug_1361_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_1361_Regression/run_test.pl')
-rwxr-xr-xtests/Bug_1361_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Bug_1361_Regression/run_test.pl b/tests/Bug_1361_Regression/run_test.pl
index 8c91f3676f5..8f9467135a1 100755
--- a/tests/Bug_1361_Regression/run_test.pl
+++ b/tests/Bug_1361_Regression/run_test.pl
@@ -18,7 +18,7 @@ foreach $i (@ARGV) {
$debug_opts = '-ORBDebugLevel 10 -ORBVerboseLogging 1 '
. '-ORBLogFile client';
$srv_debug = '-ORBDebugLevel 5';
- }
+ }
}
my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n";