diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-02 10:59:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-02 10:59:03 +0200 |
commit | dcaa45635d6cbe0671febe4b138a9431a6ca842c (patch) | |
tree | b1b3535ad57797cdf42aa0fbfaff68254d4b30be | |
parent | 594a7c0d99a9f9b2abda6d2d6a1b06bf35f8bae7 (diff) |
-rw-r--r-- | php-ramsey-uuid.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index 4754351..d186b9a 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -165,7 +165,7 @@ rm tests/Generator/RandomLibAdapterTest.php : Run upstream test suite ret=0 -for cmdarg in "php %{?phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{?phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ |