return6.4   [plain text]


# $FreeBSD: head/bin/sh/tests/builtins/return6.4 212475 2010-09-11 15:07:40Z jilles $

while return 4; do exit 3; done