From 1b56795b8ac570c3399b0c5f896982982899e5be Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Sat, 25 Aug 2012 22:02:07 +0200 Subject: [PATCH] [BUGFIX] Remove createGroup from LocalConfiguration Group vagrant does not seem to be valid animore in travis environment and leads to test failures in fixPermission tests. Remove this setting from the settup, since a valid group is currently unknown. --- typo3conf/LocalConfiguration.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typo3conf/LocalConfiguration.php b/typo3conf/LocalConfiguration.php index 380562f..120177c 100644 --- a/typo3conf/LocalConfiguration.php +++ b/typo3conf/LocalConfiguration.php @@ -1,7 +1,6 @@ array( - 'createGroup' => 'vagrant', 'disable_exec_function' => 0, 'fileCreateMask' => '0664', 'folderCreateMask' => '2774', @@ -92,4 +91,4 @@ 'UTF8filesystem' => '1', ), ); -?> +?> \ No newline at end of file