diff --git a/mail/tests/SaveToVfsTest.php b/mail/tests/SaveToVfsTest.php index 4790c609c6..13390cb37b 100644 --- a/mail/tests/SaveToVfsTest.php +++ b/mail/tests/SaveToVfsTest.php @@ -95,7 +95,7 @@ class SaveToVfsTest extends \EGroupware\Api\AppTest array('Contains a /', true), array('Contains a ?', true), array('Contains a %', true), - array('Contains a '.chr(11), true), + array('Contains a \x0b', true), array('This one contains them all < > " : | \ * / ? % are not allowed', true) ); }