diff options
| author | Jani Taskinen <jani@php.net> | 2010-11-17 14:54:37 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2010-11-17 14:54:37 +0000 |
| commit | 6d7fa61843b2a94a66d365adba658fd3a4379f46 (patch) | |
| tree | bace201977ab23ca9342c6bf5683888f7c844bbd | |
| parent | a4fb1ff6a56526263ff9aed916ade71d3f4237a3 (diff) | |
| download | php-git-6d7fa61843b2a94a66d365adba658fd3a4379f46.tar.gz | |
- Fix test
| -rwxr-xr-x | ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt b/ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt index 399d9a31aa..cee557e330 100755 --- a/ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt +++ b/ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt @@ -8,7 +8,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms ?> --FILE-- <?php -$link = 'test_link'; +$link = __DIR__ . '/test_link'; symlink(__FILE__, $link ); $fileInfo = new SplFileInfo($link); |
