Remove unnecessary test directory (move tests to root)
This commit is contained in:
parent
aafdca4dee
commit
4cf3bcbd93
2 changed files with 1 additions and 13 deletions
|
@ -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"
|
||||
|
|
@ -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
|
Loading…
Reference in a new issue