summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event_Latency/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event_Latency/run_tests.sh')
-rwxr-xr-xTAO/orbsvcs/tests/Event_Latency/run_tests.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Event_Latency/run_tests.sh b/TAO/orbsvcs/tests/Event_Latency/run_tests.sh
index 483261ba02f..545a634dd1b 100755
--- a/TAO/orbsvcs/tests/Event_Latency/run_tests.sh
+++ b/TAO/orbsvcs/tests/Event_Latency/run_tests.sh
@@ -36,15 +36,6 @@ done
whoami=`whoami`
-#### Get the user name
-if [ "$LOGNAME" ]; then
- #### LOGNAME is preserved across su
- login=$LOGNAME
-else
- #### whoami returns the users login, which changes across su
- login=$whoami
-fi
-
run ()
#### Run the process in the RT class, if root on Solaris.
{
@@ -66,7 +57,7 @@ trap '../start_services clean' 0 1 2 3 15
######## Start NameService, etc.
########
run ../start_services
-NameService=`cat /tmp/nameserviceior_$login`
+NameService=`cat /tmp/nameserviceior_levine`
export NameService