summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/return6.4
blob: d70e805b902545bb6b4c7b977d6101ea89aeb261 (plain) (blame)
1
2
3
# $FreeBSD: releng/12.1/bin/sh/tests/builtins/return6.4 212475 2010-09-11 15:07:40Z jilles $

while return 4; do exit 3; done