From: foobar Date: Wed, 20 Mar 2002 02:16:34 +0000 (+0000) Subject: - Fixed the bz2 tests. (and changed the usage comment to be correct) X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ccad4a8ba9a793c1714eab22c1dd307e7eddfae;p=php - Fixed the bz2 tests. (and changed the usage comment to be correct) --- 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