summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Multiple/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Multiple/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Multiple/run_test.pl9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/EC_Multiple/run_test.pl b/TAO/orbsvcs/tests/EC_Multiple/run_test.pl
index 6a80cf9cf88..df3183f0c3f 100755
--- a/TAO/orbsvcs/tests/EC_Multiple/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Multiple/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 -*-
-
unshift @INC, '../../../../bin';
require Process;
@@ -12,13 +11,13 @@ $NS_ior = "NameService.ior";
$sleeptime = 3;
$NS = Process::Create ("../../Naming_Service/Naming_Service".
- $Process::EXE_EXT." -o $NS_ior ");
+ $Process::EXE_EXT." -o $NS_ior ");
sleep $sleeptime;
# This is a very simple test, no multiple consumers and no gateways.
$status = system ($EXEPREFIX."EC_Multiple".$Process::EXE_EXT.
- " -s local");
+ " -s local");
$NS->Kill ();