Skip to content
Snippets Groups Projects
Commit 534aa96e authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #607 from splitbrain/osx_io_rmdir_test

fix io_rmdir_test::test_nopes() for symlinks in paths
parents b1a16f2a 7ec53b17
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ class io_rmdir_test extends DokuWikiTest {
function test_nopes(){
// set up test dir
$dir = io_mktmpdir();
$dir = realpath(io_mktmpdir());
$top = dirname($dir);
$this->assertTrue($dir !== false);
$this->assertTrue(is_dir($dir));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment