aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/not1.0
blob: b694be821a11fb8767628a159a1e2b985b1a9fc3 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/set-e/not1.0 149781 2005-09-04 11:59:59Z stefanf $
set -e
! true
exit 0