From 4b741c6b9c6c1da489a975e78701a2fef4e13e58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 13 Dec 2015 16:16:30 +0100 Subject: [PATCH] Fix permissions --- test/phpunit/CategorieTest.php | 0 test/phpunit/ExportTest.php | 0 test/phpunit/Functions2LibTest.php | 0 test/phpunit/FunctionsLibTest.php | 0 test/phpunit/JsonLibTest.php | 0 test/phpunit/LangTest.php | 0 test/phpunit/ModulesTest.php | 0 test/phpunit/PricesTest.php | 0 test/phpunit/SecurityTest.php | 0 test/phpunit/SocieteTest.php | 0 test/phpunit/SqlTest.php | 0 test/phpunit/WebservicesInvoicesTest.php | 0 test/phpunit/WebservicesThirdpartyTest.php | 0 13 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 test/phpunit/CategorieTest.php mode change 100755 => 100644 test/phpunit/ExportTest.php mode change 100755 => 100644 test/phpunit/Functions2LibTest.php mode change 100755 => 100644 test/phpunit/FunctionsLibTest.php mode change 100755 => 100644 test/phpunit/JsonLibTest.php mode change 100755 => 100644 test/phpunit/LangTest.php mode change 100755 => 100644 test/phpunit/ModulesTest.php mode change 100755 => 100644 test/phpunit/PricesTest.php mode change 100755 => 100644 test/phpunit/SecurityTest.php mode change 100755 => 100644 test/phpunit/SocieteTest.php mode change 100755 => 100644 test/phpunit/SqlTest.php mode change 100755 => 100644 test/phpunit/WebservicesInvoicesTest.php mode change 100755 => 100644 test/phpunit/WebservicesThirdpartyTest.php diff --git a/test/phpunit/CategorieTest.php b/test/phpunit/CategorieTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/ExportTest.php b/test/phpunit/ExportTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/Functions2LibTest.php b/test/phpunit/Functions2LibTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/FunctionsLibTest.php b/test/phpunit/FunctionsLibTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/JsonLibTest.php b/test/phpunit/JsonLibTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/LangTest.php b/test/phpunit/LangTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/ModulesTest.php b/test/phpunit/ModulesTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/PricesTest.php b/test/phpunit/PricesTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/SecurityTest.php b/test/phpunit/SecurityTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/SocieteTest.php b/test/phpunit/SocieteTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/SqlTest.php b/test/phpunit/SqlTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/WebservicesInvoicesTest.php b/test/phpunit/WebservicesInvoicesTest.php old mode 100755 new mode 100644 diff --git a/test/phpunit/WebservicesThirdpartyTest.php b/test/phpunit/WebservicesThirdpartyTest.php old mode 100755 new mode 100644 -- GitLab