summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/subshell2.1
blob: 03b09dc1801c37c4b22205f7fa7be1eba6b36d32 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/set-e/subshell2.1 149781 2005-09-04 11:59:59Z stefanf $
set -e
(false)
exit 0