summaryrefslogtreecommitdiff
path: root/ext/fileinfo/tests/bug69320.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fileinfo/tests/bug69320.phpt')
-rw-r--r--ext/fileinfo/tests/bug69320.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/bug69320.phpt b/ext/fileinfo/tests/bug69320.phpt
index 9b1c2762b1..4eea7470b8 100644
--- a/ext/fileinfo/tests/bug69320.phpt
+++ b/ext/fileinfo/tests/bug69320.phpt
@@ -13,7 +13,7 @@ var_dump(finfo_file(finfo_open(FILEINFO_MIME_TYPE), $fname));
--CLEAN--
<?php
$fname = dirname(__FILE__) . DIRECTORY_SEPARATOR . "bug69320.txt";
- unling($fname);
+ unlink($fname);
?>
--EXPECTF--
string(10) "text/plain"