From 54b64867fb46dca7a5e5d438afb7fe27f95763f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 May 2025 10:30:19 +0200 Subject: relax test for RPM 5 --- tests/004-constants.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/004-constants.phpt') diff --git a/tests/004-constants.phpt b/tests/004-constants.phpt index 397c97f..18104cc 100644 --- a/tests/004-constants.phpt +++ b/tests/004-constants.phpt @@ -8,5 +8,5 @@ var_dump(RPMVERSION); ?> Done --EXPECTF-- -string(%d) "4.%s" +string(%d) "%s" Done -- cgit