diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-02 13:11:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-02 13:11:04 +0200 |
commit | 206d9a0be32c59c18969f826d474eb5fbd584181 (patch) | |
tree | ceeeb17857eb39137d4fd052f82c4681aaef7f88 /php-Metadata.spec | |
parent | d9f6230d3e4cf136e3859f90ee3618ca70394b5e (diff) |
typo
Diffstat (limited to 'php-Metadata.spec')
-rw-r--r-- | php-Metadata.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |