From f959221ff79cdd769530a25451b6c6226f08a442 Mon Sep 17 00:00:00 2001 From: mtardy Date: Tue, 21 Jul 2020 20:49:26 +0200 Subject: [PATCH] Move tests inside a folder --- test.sh => tests/test.sh | 0 test.txt => tests/test.txt | 0 test2.txt => tests/test2.txt | 0 test3.txt => tests/test3.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test.sh => tests/test.sh (100%) rename test.txt => tests/test.txt (100%) rename test2.txt => tests/test2.txt (100%) rename test3.txt => tests/test3.txt (100%) diff --git a/test.sh b/tests/test.sh similarity index 100% rename from test.sh rename to tests/test.sh diff --git a/test.txt b/tests/test.txt similarity index 100% rename from test.txt rename to tests/test.txt diff --git a/test2.txt b/tests/test2.txt similarity index 100% rename from test2.txt rename to tests/test2.txt diff --git a/test3.txt b/tests/test3.txt similarity index 100% rename from test3.txt rename to tests/test3.txt