From 7ad21270c45e512f91da03698de67fb6111b21a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 19 Dec 2016 13:35:28 +0100 Subject: [PATCH] Remove .htaccess from tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #12348 Signed-off-by: Michal Čihař --- test/.htaccess | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/.htaccess diff --git a/test/.htaccess b/test/.htaccess deleted file mode 100644 index 0970a23a9727..000000000000 --- a/test/.htaccess +++ /dev/null @@ -1,6 +0,0 @@ -# This folder does NOT need to be accessible over HTTP -# In most cases the tests included here will be run from a command line interface. - -# (the following directive denies access by default) -# For more information see: https://httpd.apache.org/docs/current/mod/mod_authz_host.html#allow -Order allow,deny