summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netfs/unittests/testGlacier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/unittests/testGlacier.cpp b/netfs/unittests/testGlacier.cpp
index 90daaef..15d7e5e 100644
--- a/netfs/unittests/testGlacier.cpp
+++ b/netfs/unittests/testGlacier.cpp
@@ -21,7 +21,7 @@ BOOST_AUTO_TEST_CASE ( withRouter )
sleep(1);
BOOST_SCOPE_EXIT(void) {
- system("kill $(cat /tmp/glacier.pid)");
+ BOOST_REQUIRE_EQUAL(0, system("kill $(cat /tmp/glacier.pid)"));
} BOOST_SCOPE_EXIT_END;
{