summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/run_test_dii.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/run_test_dii.pl')
-rwxr-xr-xTAO/tests/Param_Test/run_test_dii.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tests/Param_Test/run_test_dii.pl b/TAO/tests/Param_Test/run_test_dii.pl
index deff232deb7..b090ff4cd8c 100755
--- a/TAO/tests/Param_Test/run_test_dii.pl
+++ b/TAO/tests/Param_Test/run_test_dii.pl
@@ -5,8 +5,5 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-@ARGS=('run_test.pl', '-i', 'dii');
-push @ARGS, @ARGV;
-
-system ('perl ', join ' ', @ARGS);
+system 'perl run_test.pl -i dii ' . join ' ', @ARGV;