tests/window: Wait for other xterm to close

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2017-07-27 23:43:47 +02:00
parent f45567e3b7
commit a9ae4424c2
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ sleep 1;
echo -n "Killing TermUnwanted: "
if kill ${TPID}; then
echo "done"
# wait ${TPID}
wait ${TPID}
fi
if pgrep -u $USER xterm