aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2022-11-06 18:04:13 +0100
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2022-11-06 18:18:23 +0100
commit2a91514a318d01537ebe53694b52a2053865a039 (patch)
tree0efe3ffa85bc2a66162bc0b599da8309c540ac27
parent9dcf37b428fb3e2d32f1abef36169087d9246a8b (diff)
downloadi3-2a91514a318d01537ebe53694b52a2053865a039.tar.gz
i3-2a91514a318d01537ebe53694b52a2053865a039.zip
t/548-motif-hints: add missing $x->flush after $x->change_property
I noticed the test was flaky before, possibly this fixes it. related to #3009
-rw-r--r--testcases/t/548-motif-hints.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/testcases/t/548-motif-hints.t b/testcases/t/548-motif-hints.t
index 99b36b09..9fe890cf 100644
--- a/testcases/t/548-motif-hints.t
+++ b/testcases/t/548-motif-hints.t
@@ -67,6 +67,7 @@ sub _change_motif_property {
32, 5,
pack('L5', 2, 0, $value, 0, 0),
);
+ $x->flush;
}
sub open_window_with_motifs {