summaryrefslogtreecommitdiff
path: root/tests/phpunit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/Makefile')
-rw-r--r--tests/phpunit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile
index 8a55dae0..c3e2a303 100644
--- a/tests/phpunit/Makefile
+++ b/tests/phpunit/Makefile
@@ -2,7 +2,7 @@
.DEFAULT: warning
SHELL = /bin/sh
-CONFIG_FILE = $(shell pwd)/suite.xml
+CONFIG_FILE = ${PWD}/suite.xml
PHP = php
PU = ${PHP} phpunit.php --configuration ${CONFIG_FILE} ${FLAGS}