summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3154_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3154_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_3154_Regression/run_test.pl10
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/tests/Bug_3154_Regression/run_test.pl b/TAO/tests/Bug_3154_Regression/run_test.pl
index f9d5cc3747b..a959bd1cce7 100755
--- a/TAO/tests/Bug_3154_Regression/run_test.pl
+++ b/TAO/tests/Bug_3154_Regression/run_test.pl
@@ -8,15 +8,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::Run_Test;
-# The location of the tao_idl utility - depends on O/S
-if ($^O eq "MSWin32")
-{
- $tao_idl = "../../../bin/tao_idl";
-}
-else
-{
- $tao_idl = "../../../TAO/TAO_IDL/tao_idl";
-}
+$tao_idl = "$PerlACE::ACE_ROOT/bin/tao_idl";
# IDL file names
$idl_file = PerlACE::LocalFile ("test.idl");