summaryrefslogtreecommitdiff
path: root/ext/ftp/tests
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-03-23 18:57:16 +0100
committerNikita Popov <nikita.ppv@gmail.com>2018-03-23 18:57:58 +0100
commitad87e2bd6a3cdc792a15bdab987d36cb85a68563 (patch)
tree1601e2651a16608dbe96990976997ab7371a71a0 /ext/ftp/tests
parent91ba1f208518e7aef9f04d3eadc83bddd8d5b6e1 (diff)
parent17ed2f21cfcf25f3c992b359c672171159d3516c (diff)
downloadphp-git-ad87e2bd6a3cdc792a15bdab987d36cb85a68563.tar.gz
Merge branch 'PHP-7.2'
Diffstat (limited to 'ext/ftp/tests')
-rw-r--r--ext/ftp/tests/ftp_nb_get_large.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/tests/ftp_nb_get_large.phpt b/ext/ftp/tests/ftp_nb_get_large.phpt
index 0c354d7c19..4ac5fa37f1 100644
--- a/ext/ftp/tests/ftp_nb_get_large.phpt
+++ b/ext/ftp/tests/ftp_nb_get_large.phpt
@@ -7,7 +7,7 @@ if (2147483647 == PHP_INT_MAX) {
die('skip ot supported on this system');
}
if (disk_free_space(__DIR__) < 10*1024*1024*1024) {
- die('not enough disk space');
+ die('skip Not enough disk space');
}
?>
--FILE--