summaryrefslogtreecommitdiff
path: root/ext/bz2/tests
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-08-18 22:57:49 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-08-18 22:57:49 +0000
commitc23609efa7b90b9808521b1c7e056885bb605593 (patch)
tree0e706c5a7607b0b2ae976605ec2284010e2b7a7e /ext/bz2/tests
parented21ddd4f3753ed6274cb5d132f8534829b6ae0e (diff)
downloadphp-git-c23609efa7b90b9808521b1c7e056885bb605593.tar.gz
Fixed paths in various tests. In certain conditions usage of partial file
paths results in test failures.
Diffstat (limited to 'ext/bz2/tests')
-rw-r--r--ext/bz2/tests/with_strings.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/tests/with_strings.phpt b/ext/bz2/tests/with_strings.phpt
index 09f2291bb4..222b479c1b 100644
--- a/ext/bz2/tests/with_strings.phpt
+++ b/ext/bz2/tests/with_strings.phpt
@@ -23,7 +23,7 @@ $tests = <<<TESTS
\$blaat === \$blaat2
TESTS;
- include('tests/quicktester.inc');
+include(dirname(__FILE__) . '/../../../tests/quicktester.inc');
--EXPECT--
OK