summaryrefslogtreecommitdiff
path: root/_test/tests
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2014-03-12 18:19:04 +0000
committerChristopher Smith <chris@jalakai.co.uk>2014-03-12 18:19:04 +0000
commit7ec53b177159137ba25d9a02a6551f7a5c870827 (patch)
treefa67a3a980e1c3e63d3454b7cf25a2f8618f9118 /_test/tests
parent069942acdaa5ba825bc3f92c7093b5071789f1ca (diff)
downloadrpg-7ec53b177159137ba25d9a02a6551f7a5c870827.tar.gz
rpg-7ec53b177159137ba25d9a02a6551f7a5c870827.tar.bz2
fix io_rmdir_test::test_nopes() for symlinks in paths
Diffstat (limited to '_test/tests')
-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));