From e56e8c3818e364469958731bfc3d0e7c69c06684 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Wed, 24 Jun 2026 11:51:14 +0200 Subject: [PATCH] xprop test: use -readable dump --- tests/xprop/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xprop/test.py b/tests/xprop/test.py index 94c52aecc..0d991ae00 100644 --- a/tests/xprop/test.py +++ b/tests/xprop/test.py @@ -453,7 +453,7 @@ for mode in ["", "_xprop"]: hierarchy -top top; proc -noopt flatten opt_expr -keepdc; clean - dump -o opt_expr{mode}.list */\Y_* + dump -readable -o opt_expr{mode}.list */\Y_* """ )