aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/timeout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/timeout.sh')
-rw-r--r--tests/functional/timeout.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/timeout.sh b/tests/functional/timeout.sh
index b179b79a2..e29a85f81 100644
--- a/tests/functional/timeout.sh
+++ b/tests/functional/timeout.sh
@@ -12,7 +12,7 @@ if [ $status -ne 101 ]; then
exit 1
fi
-if echo "$messages" | grepQuietInvert "timed out"; then
+if echo "$messages" | grepQuietInverse "timed out"; then
echo "error: build may have failed for reasons other than timeout; output:"
echo "$messages" >&2
exit 1