diff options
Diffstat (limited to 'sapi/cli/tests/upload_2G.phpt')
-rw-r--r-- | sapi/cli/tests/upload_2G.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/upload_2G.phpt b/sapi/cli/tests/upload_2G.phpt index 707eddbad..313dcd5ac 100644 --- a/sapi/cli/tests/upload_2G.phpt +++ b/sapi/cli/tests/upload_2G.phpt @@ -19,7 +19,7 @@ if ($f = fopen("/proc/meminfo","r")) { } if (empty($enough_free_ram)) { - die("need +3G free RAM"); + die("skip need +3G free RAM"); } ?> --FILE-- |