tests: clean up build packages after successful build

This commit is contained in:
Natanael Copa 2020-10-29 13:42:27 +00:00
parent 3a75c39860
commit 5111ca5fc8
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ setup() {
export REPODEST="$BATS_TMPDIR"/packages
}
teardown() {
rm -rf "$REPODEST"
}
@test "abuild: help text" {
$ABUILD -h
}