From 54032dee04edbe2e111df2920e7a6b7b32d421d3 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 13 Sep 2006 15:52:57 +0000 Subject: [PATCH] Fixed test for systems without INFILE/OUTFILE support --- ext/mysqli/tests/bug36745.phpt | 4 ++-- 1 file 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 -- 2.50.1