author | Johannes Sixt <j6t@kdbg.org> | |
Wed, 25 Mar 2009 12:21:15 +0000 (13:21 +0100) | ||
committer | Johannes Sixt <j6t@kdbg.org> | |
Wed, 25 Mar 2009 20:25:57 +0000 (21:25 +0100) | ||
commit | fb9a2beab2002894fb970cba4e32ebb1c41176b2 | |
tree | 20db1485c9807cb7030f6876fdaf47c00e867a38 | tree | snapshot |
parent | 80f0e53d6bdde5d9be016e5cfbb5ff7c0257a00e | commit | diff |
t7502-commit: Skip SIGTERM test on Windows
The implementation of exec on Windows is just a rough approximation of the
POSIX behavior. In particular, no real process "overlay" happens (a new
process is spawned instead and the parent process waits until the child
terminates). In particular, the process ID cannot be taken by the exec'd
process. But there is one test in t7502-commit.sh that depends on this.
We have to skip it on Windows.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
The implementation of exec on Windows is just a rough approximation of the
POSIX behavior. In particular, no real process "overlay" happens (a new
process is spawned instead and the parent process waits until the child
terminates). In particular, the process ID cannot be taken by the exec'd
process. But there is one test in t7502-commit.sh that depends on this.
We have to skip it on Windows.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
t/t7502-commit.sh | diff | blob | history | |
t/test-lib.sh | diff | blob | history |