summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/abs.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/abs.phpt')
-rw-r--r--ext/standard/tests/math/abs.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/abs.phpt b/ext/standard/tests/math/abs.phpt
index e4e5587897..3b70e7dc47 100644
--- a/ext/standard/tests/math/abs.phpt
+++ b/ext/standard/tests/math/abs.phpt
@@ -20,7 +20,7 @@ $tests = <<<TESTS
-(LONG_MIN+1) === abs(LONG_MIN+1)
TESTS;
-include('tests/quicktester.inc');
+include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
--EXPECT--
1,1,0,0
OK