summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Property/run_test.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Property/run_test.pl b/TAO/orbsvcs/tests/Property/run_test.pl
index c287ed68236..50292c6c72a 100755
--- a/TAO/orbsvcs/tests/Property/run_test.pl
+++ b/TAO/orbsvcs/tests/Property/run_test.pl
@@ -1,10 +1,9 @@
+# $Id$
+# -*- perl -*-
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
-# -*- perl -*-
-
$tao_root = $ENV{TAO_ROOT};
# This is a Perl script that runs the Naming Service, client and servers
@@ -23,7 +22,7 @@ sub name_server
{
my $args = "-ORBnameserviceport $nsport";
my $prog = "$tao_root/orbsvcs/Naming_Service/Naming_Service"
- .$Process::EXE_EXT;
+ .$Process::EXE_EXT;
print ("\nNaming_Service: $prog$Process::EXE_EXT $args\n");
$NS = Process::Create ($prog, $args);
}