From: Johannes Schlüter Date: Tue, 22 Feb 2011 14:49:32 +0000 (+0000) Subject: - Fix tests. temp dir might be something other than /tmp X-Git-Tag: php-5.3.6RC2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0448336c2c327a07a7b12c195a01960fafef86db;p=php - Fix tests. temp dir might be something other than /tmp --- 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