diff options
author | John Keeping <john@keeping.me.uk> | 2015-09-05 14:12:49 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-08 10:35:05 -0700 |
commit | 0968f12a99c4ac784b6b7f858003662cfaae117f (patch) | |
tree | e7ef01837bbd052b6b5216627ed82371c814e9b0 /Documentation/RelNotes/1.6.0.4.txt | |
parent | t7800: don't use test_config in a subshell (diff) | |
download | tgif-0968f12a99c4ac784b6b7f858003662cfaae117f.tar.xz |
test-lib-functions: detect test_when_finished in subshell
test_when_finished does nothing in a subshell because the change to
test_cleanup does not affect the parent.
There is no POSIX way to detect that we are in a subshell ($$ and $PPID
are specified to remain unchanged), but we can detect it on Bash and
fall back to ignoring the bug on other shells.
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.6.0.4.txt')
0 files changed, 0 insertions, 0 deletions