shelltest: add reference URLs for some "set -e" behaviour.
This commit is contained in:
parent
174a093dc5
commit
d7a057ed29
1 changed files with 4 additions and 1 deletions
|
|
@ -359,7 +359,10 @@ set +e
|
|||
) || fail 89b
|
||||
|
||||
# Check whether "." scripts inherit "set -e" setting *and* the outer "||"
|
||||
# context.
|
||||
# context. This doesn't seem to be explicitly specified by POSIX.
|
||||
# References:
|
||||
# http://www.austingroupbugs.net/view.php?id=52
|
||||
# https://www.in-ulm.de/~mascheck/various/set-e/
|
||||
set +e
|
||||
(
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue