Skip to content

Commit 1bcb09c

Browse files
committed
fix bug61546.phpt test
1 parent 2810598 commit 1bcb09c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/cli/tests/bug61546.phpt

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ $php = getenv("TEST_PHP_EXECUTABLE");
1515
$test_code = <<<PHP
1616
<?php
1717
chdir('..');
18-
var_dump(get_current_user() != "");
18+
var_dump(getmyinode() !== false);
19+
var_dump(getlastmod() != false);
1920
chdir('..');
2021
var_dump(getmyinode() !== false);
2122
var_dump(getlastmod() != false);
@@ -29,3 +30,4 @@ unlink("bug61546_sub.php");
2930
bool(true)
3031
bool(true)
3132
bool(true)
33+
bool(true)

0 commit comments

Comments
 (0)