cleanup test directory

This commit is contained in:
Earl Warren 2023-03-26 19:02:26 +02:00
parent ba6467a698
commit 2ddaa24d8f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0579CB2928A78A00

2
testdata/run.sh vendored
View file

@ -5,7 +5,7 @@ set -ex
DATA=$(dirname $0)
DIR=$(mktemp -d)
#trap "rm -fr $DIR" EXIT
trap "rm -fr $DIR" EXIT
function check_status() {
local forgejo="$1"