summaryrefslogtreecommitdiff
path: root/TAO/tests/DIOP/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DIOP/run_test.pl')
-rwxr-xr-xTAO/tests/DIOP/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DIOP/run_test.pl b/TAO/tests/DIOP/run_test.pl
index d9ab678d070..58b0503b905 100755
--- a/TAO/tests/DIOP/run_test.pl
+++ b/TAO/tests/DIOP/run_test.pl
@@ -15,7 +15,7 @@ $iorbase = "test.ior";
$iorfile = PerlACE::LocalFile ($iorbase);
if (PerlACE::is_vxworks_test()) {
- $TARGETHOSTNAME = $ENV{'ACE_RUN_VX_TGT_HOST'};
+ $TARGETHOSTNAME = $ENV{'ACE_RUN_VX_TGTHOST'};
$SV = new PerlACE::ProcessVX ("server", "-ORBEndpoint diop://$TARGETHOSTNAME:88888 -o $iorbase -ORBdebuglevel $ORBdebuglevel");
}
else {