summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_mknod.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_mknod.phpt')
-rw-r--r--ext/posix/tests/posix_mknod.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_mknod.phpt b/ext/posix/tests/posix_mknod.phpt
index 4044fb98d9..a238f18186 100644
--- a/ext/posix/tests/posix_mknod.phpt
+++ b/ext/posix/tests/posix_mknod.phpt
@@ -2,7 +2,7 @@
posix_mknod(): Basic tests
--SKIPIF--
<?php
-if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
+if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
?>
--FILE--