summaryrefslogtreecommitdiff
path: root/tests/quicktester.inc
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-03-20 02:16:34 +0000
committerfoobar <sniper@php.net>2002-03-20 02:16:34 +0000
commit9ccad4a8ba9a793c1714eab22c1dd307e7eddfae (patch)
tree4ecea4c34da1f0ea49ca669d8fa89516a424711d /tests/quicktester.inc
parent956a7762b8c4687070b1efd0c05344d693abb80a (diff)
downloadphp-git-9ccad4a8ba9a793c1714eab22c1dd307e7eddfae.tar.gz
- Fixed the bz2 tests. (and changed the usage comment to be correct)
Diffstat (limited to 'tests/quicktester.inc')
-rw-r--r--tests/quicktester.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quicktester.inc b/tests/quicktester.inc
index 0ca8bbab08..48ed6b549f 100644
--- a/tests/quicktester.inc
+++ b/tests/quicktester.inc
@@ -8,7 +8,7 @@
4 === 2*2
FALSE === @ fopen('non_existent_file')
TESTS;
- include( '../../../(../)tests/quicktester.inc' );
+ include( 'tests/quicktester.inc' );
Expect: OK