Remove unnecessary test directory (move tests to root)

This commit is contained in:
Konstantin Nazarov 2021-05-18 21:39:22 +00:00
parent aafdca4dee
commit 4cf3bcbd93
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22
2 changed files with 1 additions and 13 deletions

View file

@ -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"

View file

@ -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: <b5e0e496-21a7-4492-bb78-531e5b0437fa@notes.sh>
Subject: This is a header
This is a body
- list item 1
- list item 2