Skip to content

Commit c49544f

Browse files
committed
Update server.inc wrt. regression test
1 parent e24e773 commit c49544f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/ftp/tests/server.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ if ($pid) {
198198
} elseif ($buf === "SYST\r\n") {
199199
if (isset($bug27809)) {
200200
fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");
201+
} elseif (isset($bug79100)) {
202+
// do nothing so test hits timeout
201203
} else {
202204
fputs($s, "215 UNIX Type: L8.\r\n");
203205
}

0 commit comments

Comments
 (0)