diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-08-18 22:57:49 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-08-18 22:57:49 +0000 |
commit | c23609efa7b90b9808521b1c7e056885bb605593 (patch) | |
tree | 0e706c5a7607b0b2ae976605ec2284010e2b7a7e /ext/bz2/tests | |
parent | ed21ddd4f3753ed6274cb5d132f8534829b6ae0e (diff) | |
download | php-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.phpt | 2 |
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 |