Skip to content

Commit

Permalink
fix unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Jul 8, 2014
1 parent 0bf50a8 commit 64e4261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ftp/tests/bug37799.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ var_dump(ftp_login($ftp, 'user', 'pass'));
ftp_close($ftp);
?>
--EXPECTF--
Warning: ftp_login(): bogus msg in %sbug37799.php on line 8
Warning: ftp_login(): %rdummy|bogus msg%r in %sbug37799.php on line 8
bool(false)

0 comments on commit 64e4261

Please sign in to comment.