From: Ilia Alshanetsky Date: Wed, 13 Sep 2006 15:52:57 +0000 (+0000) Subject: Fixed test for systems without INFILE/OUTFILE support X-Git-Tag: php-5.2.0RC4~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54032dee04edbe2e111df2920e7a6b7b32d421d3;p=php Fixed test for systems without INFILE/OUTFILE support --- diff --git a/ext/mysqli/tests/bug36745.phpt b/ext/mysqli/tests/bug36745.phpt index 7bbfe8180c..868015c450 100644 --- a/ext/mysqli/tests/bug36745.phpt +++ b/ext/mysqli/tests/bug36745.phpt @@ -18,6 +18,6 @@ bug #36745 : LOAD DATA LOCAL INFILE doesn't return correct error message $mysql->close(); printf("Done"); ?> ---EXPECT-- -string(31) "Can't find file 'filenotfound'." +--EXPECTF-- +string(%d) "%s" Done