aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/errors/bad-keyword1.0
blob: d2680d6799ad9d73c4d3e51d8b1f37424932c7dd (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/errors/bad-keyword1.0 216398 2010-12-12 21:18:16Z jilles $

echo ':; fi' | ${SH} -n 2>/dev/null && exit 1
exit 0