]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parameters/exitstatus1.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / exitstatus1.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/parameters/exitstatus1.0 185232 2008-11-23 20:27:03Z stefanf $
71aad674
A
2f() {
3 [ $? = $1 ] || exit 1
4}
5
6true
7f 0
8false
9f 1