From ecb0cc9abb02c00241bcac9b7258791a7819116a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Jan 2019 10:37:21 +0100 Subject: cleanup --- php-zendframework-zend-http.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index 1901e26..7fa9a32 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -166,7 +166,6 @@ for cmdarg in "php %{phpunit}" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} \ - --filter '^((?!(testDateFromTimeStringCreatesValidDateHeader|testDateFromTimestampCreatesValidDateHeader)).)*$' \ || ret=1 fi done -- cgit