aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-10-05 10:54:39 -0700
committerGravatar Bo Yang <teboring@google.com>2016-10-10 11:44:54 -0700
commit4f3d20a500e75ef47004986fece3db20ddeee43f (patch)
treec4fa543a4ebae98c3762270edf3c3c07211782ce /tests.sh
parent1e5d4ba9387362ece026e78148f4ac5881537e64 (diff)
Fix segmentation fault when ZTS is defined.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index ccf49f00..5823bff5 100755
--- a/tests.sh
+++ b/tests.sh
@@ -377,6 +377,7 @@ build_php5.5_mac() {
build_php5.5_zts_c() {
use_php_zts 5.5
+ wget https://phar.phpunit.de/phpunit-old.phar -O /usr/bin/phpunit
cd php/tests && /bin/bash ./test.sh && cd ../..
}