From: Ilia Alshanetsky Date: Wed, 13 Sep 2006 15:53:12 +0000 (+0000) Subject: MFB: Fixed test for systems without INFILE/OUTFILE support X-Git-Tag: RELEASE_1_0_0RC1~1682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b663e04049fdab125aa03b8175a8e6a493fb8798;p=php MFB: 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