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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fileinfo/tests/bug69320.phpt b/ext/fileinfo/tests/bug69320.phpt
index 9ab2bf2cb3..e6800b5f4a 100644
--- a/ext/fileinfo/tests/bug69320.phpt
+++ b/ext/fileinfo/tests/bug69320.phpt
@@ -12,8 +12,8 @@ var_dump(finfo_file(finfo_open(FILEINFO_MIME_TYPE), $fname));
?>
--CLEAN--
<?php
- $fname = __DIR__ . DIRECTORY_SEPARATOR . "bug69320.txt";
- unlink($fname);
+ $fname = __DIR__ . DIRECTORY_SEPARATOR . "bug69320.txt";
+ unlink($fname);
?>
--EXPECT--
string(10) "text/plain"