summaryrefslogtreecommitdiff
path: root/ext/ftp
diff options
context:
space:
mode:
authoratvoicu <avoicu@google.com>2018-03-21 14:45:14 -0700
committerNikita Popov <nikita.ppv@gmail.com>2018-03-23 18:56:36 +0100
commit17ed2f21cfcf25f3c992b359c672171159d3516c (patch)
tree6862627f02c1c102492d05d896c45e61bd5afbcd /ext/ftp
parent7b8861204ef9647965c8f936a9947d467d1416a4 (diff)
downloadphp-git-17ed2f21cfcf25f3c992b359c672171159d3516c.tar.gz
Add missing skip prefix for some SKIPIF messages
Diffstat (limited to 'ext/ftp')
-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--