summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/run_test.pl22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
deleted file mode 100755
index 9fd15ff9546..00000000000
--- a/TAO/orbsvcs/tests/ImplRepo/run_test.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id$
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
- & eval 'exec perl -S $0 $argv:q'
- if 0;
-
-# This is a Perl script that tests the ImplRepo
-
-unshift @INC, '../../../../bin';
-require ACEutils;
-
-$IR = Process::Create ("../../ImplRepo_Service/ImplRepo.exe", "-ORBobjrefstyle url");
-
-sleep $ACE::sleeptime;
-
-system ("server -r -o svr.ior -ORBobjrefstyle url");
-
-$SV = Process::Create ("server.exe", "-ORBobjrefstyle url");
-
-sleep $ACE::sleeptime;
-
-system ("client -n 2 -f svr.ior -ORBobjrefstyle url");
-