From 206d9a0be32c59c18969f826d474eb5fbd584181 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Jun 2014 13:11:04 +0200 Subject: typo --- php-Metadata.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-Metadata.spec b/php-Metadata.spec index 945d156..699052b 100644 --- a/php-Metadata.spec +++ b/php-Metadata.spec @@ -79,7 +79,7 @@ BOOTSTRAP # Create PHPUnit config w/ colors turned off sed 's/colors\s*=\s*"true"/colors="false"/' phpunit.xml.dist > phpunit.xml -%{_bindir}/phpunit -d --include-path="./src:./tests" +%{_bindir}/phpunit --include-path="./src:./tests" %files -- cgit