Simplify and add PR 77067 which addresses the same bug.
This commit is contained in:
parent
f24fdd9686
commit
4a2e133e0f
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
set -e
|
||||
|
||||
# PR 85267
|
||||
# PR 77067, 85267
|
||||
f() {
|
||||
false || return 1
|
||||
return 0
|
||||
return 1
|
||||
true
|
||||
}
|
||||
|
||||
f || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user