mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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: "
|
echo -n "Killing TermUnwanted: "
|
||||||
if kill ${TPID}; then
|
if kill ${TPID}; then
|
||||||
echo "done"
|
echo "done"
|
||||||
# wait ${TPID}
|
wait ${TPID}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if pgrep -u $USER xterm
|
if pgrep -u $USER xterm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue