summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl
index 32f3accc0c6..0e7080fef23 100755
--- a/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl
@@ -20,14 +20,14 @@ else {
$SV = new PerlACE::Process ("server", "");
}
-print STDERR "\n\n==== Running bug 3486 regression test\n";
+print STDERR "\n\n==== Running bug 2926 regression test\n";
$SV->Spawn ();
$collocated = $SV->WaitKill (15);
if ($collocated != 0) {
- print STDERR "ERROR: Bug_3486_Regression returned $collocated\n";
+ print STDERR "ERROR: Bug_2926_Regression returned $collocated\n";
$status = 1;
}