From: Scott MacVicar Date: Wed, 28 Jan 2009 22:49:14 +0000 (+0000) Subject: Broken test, skipif sections had a parse error X-Git-Tag: RELEASE_1_3_5~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68c140b288eac828adc636dcec114db6f172b7ed;p=php Broken test, skipif sections had a parse error --- diff --git a/ext/standard/tests/file/filetype_variation3.phpt b/ext/standard/tests/file/filetype_variation3.phpt index 505961dfa9..9a1a68f784 100644 --- a/ext/standard/tests/file/filetype_variation3.phpt +++ b/ext/standard/tests/file/filetype_variation3.phpt @@ -8,7 +8,8 @@ if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip no /dev on Windows'); } if (!file_exists("/dev/ram0")) { - die('skip /dev/ram0 not available); + die('skip /dev/ram0 not available'); +} ?> --FILE--