From f5b1bf0a9f2742694e1288dece66634adf76f0e8 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 6a6bf5c86..375ffd6fd 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_* """ )