summaryrefslogtreecommitdiffstats
path: root/php-webimpress-safe-writer.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-webimpress-safe-writer.spec')
-rw-r--r--php-webimpress-safe-writer.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-webimpress-safe-writer.spec b/php-webimpress-safe-writer.spec
index 3f2e70d..3b524a9 100644
--- a/php-webimpress-safe-writer.spec
+++ b/php-webimpress-safe-writer.spec
@@ -1,3 +1,4 @@
+# remirepo spec file for php-webimpress-safe-writer, from:
#
# Fedora spec file for php-webimpress-safe-writer
#
@@ -102,7 +103,7 @@ sed 's/function testMultipleWriters/function SKIP_testMultipleWriters/' \
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit8)
-for PHP_EXEC in php php70 php71 php72 php73 php74; do
+for PHP_EXEC in php php72 php73 php74; do
if [ "php" == "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT --verbose \
--bootstrap %{buildroot}%{phpdir}/Webimpress/SafeWriter/autoload.php \