Skip to content

Commit

Permalink
Cleanup temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Jul 12, 2021
1 parent 2b87b41 commit 220555c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/relativesymlink.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ echo 'tests done';
?>
--CLEAN--
<?php
@unlink('testme/file1.txt');
@unlink('testme/symlink.txt');
@unlink('testme/a/file1.txt');
@unlink('testme/b/symlink.txt');
@rmdir('testme/a');
@rmdir('testme/b');
@rmdir('testme');
?>
--EXPECT--
Expand Down

0 comments on commit 220555c

Please sign in to comment.