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:
parent
f45567e3b7
commit
a9ae4424c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue