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