From 025ca4b2c99c164532f1cfe46d9fbeb548191543 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Feb 2026 11:01:57 +0100 Subject: fix check script --- php-tecnickcom-tc-lib-pdf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec index 63b763c..81d4c3c 100644 --- a/php-tecnickcom-tc-lib-pdf.spec +++ b/php-tecnickcom-tc-lib-pdf.spec @@ -177,8 +177,8 @@ for cmdarg in php php82 "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit13 if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml - $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : - $1 ${2:-%{_bindir}/phpunit10} \ + $1 ${2:-%{phpunit}} --migrate-configuration || : + $1 ${2:-%{phpunit}} \ --no-coverage --stderr || ret=1 fi done -- cgit