summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/break5.4
blob: 7df8e186311ce665c03263d94c84eea7ff25bef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

# Although this is not specified by POSIX, some configure scripts (gawk 4.1.0)
# appear to depend on it.
# In some uncommitted code, the subshell environment corrupted the outer
# shell environment's state.

(for i in a b c; do
	exit 3
done)
break
exit 4
OpenPOWER on IntegriCloud