Add a test for r185231.

This commit is contained in:
Stefan Farfeleder 2008-11-23 20:27:03 +00:00
parent 94c53a0811
commit a5e27424dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185232

View File

@ -0,0 +1,9 @@
# $FreeBSD$
f() {
[ $? = $1 ] || exit 1
}
true
f 0
false
f 1