1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

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

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