From 7d0a6c3f8bf9217a0378fd96e177a0d9732bc5c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Tue, 22 Feb 2011 14:49:32 +0000 Subject: [PATCH] - Fix tests. temp dir might be something other than /tmp --- ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt b/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt index 9b43e15bdf..5b66ee26df 100644 --- a/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt +++ b/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt @@ -223,5 +223,5 @@ if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) require_once("clean_table.inc"); ?> --EXPECTF-- -[083][control string 'n:O,/tmp/mysqli_debug_phpt.trace'] Trace file has not been written. +[083][control string 'n:O,%smysqli_debug_phpt.trace'] Trace file has not been written. done%s -- 2.40.0