Browse Source

- Fix tests. temp dir might be something other than /tmp

experimental/with_scalar_types
Johannes Schlüter 16 years ago
parent
commit
7d0a6c3f8b
  1. 2
      ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt

2
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
Loading…
Cancel
Save