mirror of
https://repo.or.cz/socat.git
synced 2025-07-29 21:52:58 +00:00
Parent process might have been killed by signal to child
This commit is contained in:
parent
9f5abda361
commit
e1a5931827
5 changed files with 33 additions and 8 deletions
5
test.sh
5
test.sh
|
@ -5449,7 +5449,10 @@ testserversec () {
|
|||
esac
|
||||
else
|
||||
$PRINTF "$OK\n"
|
||||
if [ -n "$debug" ]; then cat $te; fi
|
||||
[ "$VERBOSE" ] && echo " $TRACE $SOCAT $opts $arg echo"
|
||||
[ "$debug" ] && cat ${te}3
|
||||
[ "$VERBOSE" ] && echo " $TRACE $SOCAT $opts - $arg2"
|
||||
[ "$debug" ] && cat ${te}4
|
||||
numOK=$((numOK+1))
|
||||
fi
|
||||
wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue