From: Elan Ruusamäe Date: Sun, 25 Jul 2010 19:22:17 +0000 (+0000) Subject: - fix syntax X-Git-Tag: auto/th/php-5_3_3-1~9 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=be9aade9cf21180420bb959ea5887b22f11c2ab3;p=packages%2Fphp.git - fix syntax Changed files: skip-tests.sh -> 1.9 --- diff --git a/skip-tests.sh b/skip-tests.sh index 5cf9a83..f9b3f8c 100644 --- a/skip-tests.sh +++ b/skip-tests.sh @@ -264,9 +264,9 @@ mv Zend/tests/bug48770_2.phpt{,.skip} # Bug #48770 (call_user_func_array() fails to call parent from inheriting class) mv Zend/tests/bug48770_3.phpt{,.skip} # DBA with persistent connections -mv ext/dba/tests/dba015.phpt{,.skip} (info: FLATFILE handler used) +mv ext/dba/tests/dba015.phpt{,.skip} # DBA DB4 with persistent connections -mv ext/dba/tests/dba_db4_018.phpt{,.skip} (info: DB4 handler used) +mv ext/dba/tests/dba_db4_018.phpt{,.skip} # Bug #42718 (unsafe_raw filter not applied when configured as default filter) mv ext/filter/tests/bug42718.phpt{,.skip} # SimpleXML: array casting bug