Skip to content

Commit 3646afd

Browse files
committed
Fix test for macOS
Apparently, macOS's error string for ETIMEDOUT is "Operation timed out".
1 parent c49544f commit 3646afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ftp/tests/bug79100.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ ftp_systype($ftp);
1919
bool(true)
2020
bool(true)
2121

22-
Warning: ftp_systype(): Connection timed out in %s on line %d
22+
Warning: ftp_systype(): %rConnection|Operation%r timed out in %s on line %d

0 commit comments

Comments
 (0)