summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardOnceUponException/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ForwardOnceUponException/run_test.pl')
-rwxr-xr-xTAO/tests/ForwardOnceUponException/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ForwardOnceUponException/run_test.pl b/TAO/tests/ForwardOnceUponException/run_test.pl
index cf934765749..cb9019cd1bb 100755
--- a/TAO/tests/ForwardOnceUponException/run_test.pl
+++ b/TAO/tests/ForwardOnceUponException/run_test.pl
@@ -93,7 +93,7 @@ my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 fail
my $client = PerlACE::TestTarget::create_target (2) || die "Create target 2 failed\n";
my $iorbase = "test.ior";
-my $host = $server->HostName(); #"localhost";
+my $host = $server->HostName();
my $server_iorfile = $server->LocalFile ($iorbase);
my $client_iorfile = $client->LocalFile ($iorbase);