Skip to content

Commit a108e5b

Browse files
fix: different assertion strings depending on the OS
1 parent ae16f98 commit a108e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/gh8978.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ try {
2424
echo 'done!';
2525
?>
2626
--EXPECTF--
27-
Warning: mysqli_real_connect(): This stream does not support SSL/crypto in %s
27+
Warning: %s
2828
Cannot connect to MySQL using SSL
2929
done!

0 commit comments

Comments
 (0)