summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-07-27 23:43:47 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-07-27 23:43:47 +0200
commita9ae4424c297454e29d147be6033d0f84cb520f7 (patch)
treecd221931943377b80eaf7ba4032e2d993fc64479 /test
parentf45567e3b7eb727498299632c36a0e20f93bc3a9 (diff)
tests/window: Wait for other xterm to close
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_window_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_window_test.sh b/test/run_window_test.sh
index a4ecba16..9cd765ff 100755
--- a/test/run_window_test.sh
+++ b/test/run_window_test.sh
@@ -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