summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/faultTolerance/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/faultTolerance/TestI.cpp')
-rw-r--r--cpp/test/Ice/faultTolerance/TestI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/faultTolerance/TestI.cpp b/cpp/test/Ice/faultTolerance/TestI.cpp
index 29a1a75bec0..d24511afe4d 100644
--- a/cpp/test/Ice/faultTolerance/TestI.cpp
+++ b/cpp/test/Ice/faultTolerance/TestI.cpp
@@ -25,13 +25,13 @@ TestI::shutdown(const Ice::Current&)
void
TestI::abort(const Ice::Current&)
{
- exit(1);
+ exit(0);
}
void
TestI::nonmutatingAbort(const Ice::Current&)
{
- exit(1);
+ exit(0);
}
Ice::Int