Index: uspace/dist/src/bithenge/test.sh
===================================================================
--- uspace/dist/src/bithenge/test.sh	(revision 5e514c04ed7eb8e5f96e666ab752bb67cf5aaa23)
+++ uspace/dist/src/bithenge/test.sh	(revision 07848698cf523fb02b38628ab8010eaf69c2a3ca)
@@ -7,5 +7,5 @@
 if type valgrind >/dev/null 2>&1
 then
-	BITHENGE="valgrind -q --show-reachable=yes ${BITHENGE}"
+	BITHENGE="valgrind -q --show-reachable=yes --error-exitcode=64 ${BITHENGE}"
 else
 	echo "Valgrind not found."
