summaryrefslogtreecommitdiff
path: root/TAO/tests/Transport_Cache_Manager/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Transport_Cache_Manager/run_test.pl')
-rwxr-xr-xTAO/tests/Transport_Cache_Manager/run_test.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tests/Transport_Cache_Manager/run_test.pl b/TAO/tests/Transport_Cache_Manager/run_test.pl
index b9fe5f3fd00..8758546c585 100755
--- a/TAO/tests/Transport_Cache_Manager/run_test.pl
+++ b/TAO/tests/Transport_Cache_Manager/run_test.pl
@@ -11,14 +11,10 @@ use strict;
my $final_result = 0;
-my @tests = qw(Bug_3549_Regression
+my @testsToRun = qw(Bug_3549_Regression
Bug_3558_Regression
);
-my @testsToRun = qw();
-
-push(@testsToRun, @tests);
-
foreach my $process (@testsToRun) {
my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n";