Simplify and add PR 77067 which addresses the same bug.

This commit is contained in:
Stefan Farfeleder 2005-09-04 21:29:09 +00:00
parent e4da09c03f
commit 7784798d1b

View file

@ -1,10 +1,10 @@
# $FreeBSD$
set -e
# PR 85267
# PR 77067, 85267
f() {
false || return 1
return 0
return 1
true
}
f || true