From 8d6f9a7947df31a5ff8f9932ea5bd3ae2d5cb72e Mon Sep 17 00:00:00 2001 From: Semen Bezrukov Date: Fri, 25 Oct 2019 10:32:53 +0300 Subject: [PATCH] test > tests --- {test => tests}/activemq.yml | 0 {test => tests}/defaults.env | 0 {test => tests}/mysql.yml | 0 {test => tests}/postgres-old.yml | 0 {test => tests}/postgres.yml | 0 {test => tests}/test.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/activemq.yml (100%) rename {test => tests}/defaults.env (100%) rename {test => tests}/mysql.yml (100%) rename {test => tests}/postgres-old.yml (100%) rename {test => tests}/postgres.yml (100%) rename {test => tests}/test.sh (100%) diff --git a/test/activemq.yml b/tests/activemq.yml similarity index 100% rename from test/activemq.yml rename to tests/activemq.yml diff --git a/test/defaults.env b/tests/defaults.env similarity index 100% rename from test/defaults.env rename to tests/defaults.env diff --git a/test/mysql.yml b/tests/mysql.yml similarity index 100% rename from test/mysql.yml rename to tests/mysql.yml diff --git a/test/postgres-old.yml b/tests/postgres-old.yml similarity index 100% rename from test/postgres-old.yml rename to tests/postgres-old.yml diff --git a/test/postgres.yml b/tests/postgres.yml similarity index 100% rename from test/postgres.yml rename to tests/postgres.yml diff --git a/test/test.sh b/tests/test.sh similarity index 100% rename from test/test.sh rename to tests/test.sh