diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-14 14:03:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-14 14:03:56 +0200 |
commit | e42ffe560f69c604c96e8b9bd254019cbd957240 (patch) | |
tree | 8bc4f96e5f057b88bffddb3387c781e6fb504034 /glpi-9.2-config_path_test.php | |
parent | 8f018e855c41c5647091ccde51d45f23d30240ee (diff) |
test build for pr #4178
Diffstat (limited to 'glpi-9.2-config_path_test.php')
-rw-r--r-- | glpi-9.2-config_path_test.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/glpi-9.2-config_path_test.php b/glpi-9.2-config_path_test.php deleted file mode 100644 index f159a57..0000000 --- a/glpi-9.2-config_path_test.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -// for Redhat/Fedora RPM buiding test suite - -// Runtime Data -define('GLPI_VAR_DIR', __DIR__ . '/../files'); - -// System libraries -define('GLPI_HTMLAWED', '/usr/share/php/htmLawed/htmLawed.php'); - -// Fonts -define('GLPI_FONT_FREESANS', '/usr/share/fonts/gnu-free/FreeSans.ttf'); - -//Use system cron -define('GLPI_SYSTEM_CRON', true); |