Skip to content

Commit f05ca43

Browse files
committed
unnecessarily specific test
1 parent b8b1b39 commit f05ca43

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
@@ -59,18 +59,18 @@ $realFile = $targetDir . '/real.txt';
5959
?>
6060
--EXPECTF--
6161
bool(true)
62-
string(%d) "%s%egh21992%etarget_dir%ereal.txt"
62+
string(%d) "%s"
6363

6464
Warning: symlink(): File exists in %s on line %d
6565
bool(false)
6666
bool(true)
67-
string(%d) "%s%egh21992%etarget_dir%ereal.txt"
67+
string(%d) "%s"
6868
bool(false)
6969
bool(true)
70-
string(%d) "%s%egh21992%etarget_dir%eghost.txt"
70+
string(%d) "%s"
7171

7272
Warning: symlink(): Dangling symlink at %s on line %d
7373
bool(false)
7474
bool(true)
75-
string(%d) "%s%egh21992%etarget_dir%eghost.txt"
75+
string(%d) "%s"
7676
bool(false)

0 commit comments

Comments
 (0)