From 2a91514a318d01537ebe53694b52a2053865a039 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 6 Nov 2022 18:04:13 +0100 Subject: 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 --- testcases/t/548-motif-hints.t | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3-54-g00ecf