Browse Source

MFB: Fixed test for systems without INFILE/OUTFILE support

migration/RELEASE_1_0_0
Ilia Alshanetsky 20 years ago
parent
commit
b663e04049
  1. 4
      ext/mysqli/tests/bug36745.phpt

4
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
Loading…
Cancel
Save