aboutsummaryrefslogtreecommitdiff
blob: 685d5d30e1d9f10986b5fcbdd705fe0574bf4317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# make sure tracing doesnt swallow valid SIGCHLD events
[ "${at_xfail}" = "yes" ] && exit 77 # see script-0

sigsuspend-zsh_tst
d=$?
echo "ret = $d"

sigsuspend-zsh_static_tst
s=$?
echo "ret = $s"

exit $(( d + s ))