From 4cf3bcbd9344bb296a25584df1ba23f2f74a4529 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Tue, 18 May 2021 21:39:22 +0000 Subject: [PATCH] Remove unnecessary test directory (move tests to root) --- test/test.sh => test.sh | 2 +- test/mime-simple | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) rename test/test.sh => test.sh (96%) delete mode 100644 test/mime-simple diff --git a/test/test.sh b/test.sh similarity index 96% rename from test/test.sh rename to test.sh index be32203..7059169 100755 --- a/test/test.sh +++ b/test.sh @@ -1,6 +1,6 @@ #!/bin/bash -BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd )" +BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" export BASE_DIR cd "$BASE_DIR" diff --git a/test/mime-simple b/test/mime-simple deleted file mode 100644 index 5965944..0000000 --- a/test/mime-simple +++ /dev/null @@ -1,12 +0,0 @@ -Date: Mon, 03 May 2021 17:01:44 +0000 -MIME-Version: 1.0 -Content-Type: text/plain; charset=utf-8 -Content-Disposition: inline -Message-Id: -Subject: This is a header - - -This is a body - -- list item 1 -- list item 2