From 2206b6149276fb2e7ced496c2e14c3538244b08c Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sun, 19 Jan 2014 12:11:43 +0100 Subject: [PATCH] Moved testing and example files to testing-folder --- {dummy_checks => testing/dummy_checks}/check_domain | 0 {dummy_checks => testing/dummy_checks}/check_ftp | 0 {dummy_checks => testing/dummy_checks}/check_http | 0 {dummy_checks => testing/dummy_checks}/check_ssh | 0 sample.cfg => testing/sample.cfg | 0 sampleoutput.txt => testing/sampleoutput.txt | 0 testconf.cfg => testing/testconf.cfg | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {dummy_checks => testing/dummy_checks}/check_domain (100%) rename {dummy_checks => testing/dummy_checks}/check_ftp (100%) rename {dummy_checks => testing/dummy_checks}/check_http (100%) rename {dummy_checks => testing/dummy_checks}/check_ssh (100%) rename sample.cfg => testing/sample.cfg (100%) rename sampleoutput.txt => testing/sampleoutput.txt (100%) rename testconf.cfg => testing/testconf.cfg (100%) diff --git a/dummy_checks/check_domain b/testing/dummy_checks/check_domain similarity index 100% rename from dummy_checks/check_domain rename to testing/dummy_checks/check_domain diff --git a/dummy_checks/check_ftp b/testing/dummy_checks/check_ftp similarity index 100% rename from dummy_checks/check_ftp rename to testing/dummy_checks/check_ftp diff --git a/dummy_checks/check_http b/testing/dummy_checks/check_http similarity index 100% rename from dummy_checks/check_http rename to testing/dummy_checks/check_http diff --git a/dummy_checks/check_ssh b/testing/dummy_checks/check_ssh similarity index 100% rename from dummy_checks/check_ssh rename to testing/dummy_checks/check_ssh diff --git a/sample.cfg b/testing/sample.cfg similarity index 100% rename from sample.cfg rename to testing/sample.cfg diff --git a/sampleoutput.txt b/testing/sampleoutput.txt similarity index 100% rename from sampleoutput.txt rename to testing/sampleoutput.txt diff --git a/testconf.cfg b/testing/testconf.cfg similarity index 100% rename from testconf.cfg rename to testing/testconf.cfg