Simplify and add PR 77067 which addresses the same bug.

This commit is contained in:
stefanf 2005-09-04 21:29:09 +00:00
parent f24fdd9686
commit 4a2e133e0f

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