diff options
| author | Johannes Schlüter <johannes@php.net> | 2011-02-22 14:49:32 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2011-02-22 14:49:32 +0000 |
| commit | 7d0a6c3f8bf9217a0378fd96e177a0d9732bc5c1 (patch) | |
| tree | 2fec8fe6219d28c81172c29ffb4bbc34358f4021 | |
| parent | 1dc32a24cef836decc0d98da61e34395d0307e00 (diff) | |
| download | php-git-7d0a6c3f8bf9217a0378fd96e177a0d9732bc5c1.tar.gz | |
- Fix tests. temp dir might be something other than /tmp
| -rw-r--r-- | ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
