diff options
Diffstat (limited to 'sapi/phpdbg/tests/bug73615.phpt')
-rw-r--r-- | sapi/phpdbg/tests/bug73615.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/tests/bug73615.phpt b/sapi/phpdbg/tests/bug73615.phpt index ade957e50e..e5fccef0a8 100644 --- a/sapi/phpdbg/tests/bug73615.phpt +++ b/sapi/phpdbg/tests/bug73615.phpt @@ -2,7 +2,7 @@ Bug #73615 (phpdbg without option never load .phpdbginit at startup) --SKIPIF-- <?php -if (!getenv('TEST_PHPDBG_EXECUTABLE')) die("No TEST_PHPDBG_EXECUTABLE specified"); +if (!getenv('TEST_PHPDBG_EXECUTABLE')) die("SKIP: No TEST_PHPDBG_EXECUTABLE specified"); ?> --FILE-- <?php |