summaryrefslogtreecommitdiffstats
path: root/tests/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.sh')
-rw-r--r--tests/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh b/tests/common.sh
index c32b3a1..ff3c9a8 100644
--- a/tests/common.sh
+++ b/tests/common.sh
@@ -51,4 +51,5 @@ test_assert()
printf 'Assertion failed with exit status %d:\n %s\n' \
"${es}" "${*}"
fi
+ return "${es}"
}