Browse Source

add missing skip to the output, so we actually skip this test

pull/630/merge
Ferenc Kovacs 12 years ago
parent
commit
7446766dab
  1. 2
      sapi/cli/tests/upload_2G.phpt

2
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--

Loading…
Cancel
Save