summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnierp@ociweb.com>2016-04-14 14:19:36 -0500
committerPhil Mesnier <mesnierp@ociweb.com>2016-04-14 14:19:36 -0500
commit92be6ac77a07b89bda6e4aef2704bb54d3a2d254 (patch)
tree91a77f8bf7d507563fd1582319b397ff43945651
parent5b81f308ace1299586ed43ffcbeb631ff7862685 (diff)
downloadATCD-92be6ac77a07b89bda6e4aef2704bb54d3a2d254.tar.gz
fix for generating a false failure on non windows systems.
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl
index 78a5615e468..8003c40e812 100755
--- a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl
@@ -250,6 +250,7 @@ sub validate_servers
}
}
close FILE;
+ return $count != 2;
}