summaryrefslogtreecommitdiff
path: root/_test/tests/inc/io_rmdir.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/inc/io_rmdir.test.php')
-rw-r--r--_test/tests/inc/io_rmdir.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/io_rmdir.test.php b/_test/tests/inc/io_rmdir.test.php
index 3de57fa86..1c0eccb38 100644
--- a/_test/tests/inc/io_rmdir.test.php
+++ b/_test/tests/inc/io_rmdir.test.php
@@ -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));