diff --git a/t/test-lib.sh b/t/test-lib.sh index dad1437fa4..6e83ceb360 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -115,7 +115,7 @@ do --tee) shift ;; # was handled already *) - break ;; + echo "error: unknown test option '$1'" >&2; exit 1 ;; esac done