mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
* tests/tools.m4 (syntax.sh): Exit 1 if you managed to kill the
child, since it means `/bin/sh -n' went loopy.
This commit is contained in:
parent
c34897ff86
commit
7690cdf6d1
@ -1,3 +1,8 @@
|
||||
2000-02-21 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/tools.m4 (syntax.sh): Exit 1 if you managed to kill the
|
||||
child, since it means `/bin/sh -n' went loopy.
|
||||
|
||||
2000-02-18 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Some `diff' refuse to diff with /dev/null, such as Tru64's.
|
||||
|
@ -48,7 +48,7 @@ AT_DATA(syntax.sh,
|
||||
[[set -e
|
||||
(/bin/sh -n endless.sh) &
|
||||
cpid=$!
|
||||
sleep 2 && kill $cpid >/dev/null 2>&1
|
||||
sleep 2 && kill $cpid >/dev/null 2>&1 || exit 1
|
||||
]])
|
||||
|
||||
if /bin/sh ./syntax.sh; then
|
||||
|
Loading…
Reference in New Issue
Block a user