diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-09-13 15:52:57 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-09-13 15:52:57 +0000 |
commit | 54032dee04edbe2e111df2920e7a6b7b32d421d3 (patch) | |
tree | 338bf9beb257356727c352c8669aa358ea590697 | |
parent | 0680cc43600b381fc845e9b2244ccaf9b37a5148 (diff) | |
download | php-git-54032dee04edbe2e111df2920e7a6b7b32d421d3.tar.gz |
Fixed test for systems without INFILE/OUTFILE support
-rw-r--r-- | ext/mysqli/tests/bug36745.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |