]> granicus.if.org Git - php/commitdiff
Broken test, skipif sections had a parse error
authorScott MacVicar <scottmac@php.net>
Wed, 28 Jan 2009 22:49:14 +0000 (22:49 +0000)
committerScott MacVicar <scottmac@php.net>
Wed, 28 Jan 2009 22:49:14 +0000 (22:49 +0000)
ext/standard/tests/file/filetype_variation3.phpt

index 505961dfa940635391ffc09eb6cfbddf0f34bdf4..9a1a68f784d21d3343b071a91443a0c51fae5268 100644 (file)
@@ -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--
 <?php