Skip to content

Commit 5b7b6d8

Browse files
committed
actually fix windows test
1 parent 7bd502d commit 5b7b6d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ext/standard/tests/gh21992t.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ $realFile = $targetDir . '/real.txt';
6060
?>
6161
--EXPECTF--
6262
bool(true)
63-
string(%d) "%s/gh21992/target_dir/real.txt"
63+
string(%d) "%s%egh21992%etarget_dir%ereal.txt"
6464

6565
Warning: symlink(): File exists in %s on line %d
6666
bool(false)
6767
bool(true)
68-
string(%d) "%s/gh21992/target_dir/real.txt"
68+
string(%d) "%s%egh21992%etarget_dir%ereal.txt"
6969
bool(false)
7070
bool(true)
71-
string(%d) "%s/gh21992/target_dir/ghost.txt"
71+
string(%d) "%s%egh21992%etarget_dir%eghost.txt"
7272

7373
Warning: symlink(): File exists in %s on line %d
7474
bool(false)
7575
bool(true)
76-
string(%d) "%s/gh21992/target_dir/ghost.txt"
76+
string(%d) "%s%egh21992%etarget_dir%eghost.txt"
7777
bool(false)

0 commit comments

Comments
 (0)