mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-24 07:52:30 +00:00
tests: clean up build packages after successful build
This commit is contained in:
parent
3a75c39860
commit
5111ca5fc8
@ -4,6 +4,10 @@ setup() {
|
||||
export REPODEST="$BATS_TMPDIR"/packages
|
||||
}
|
||||
|
||||
teardown() {
|
||||
rm -rf "$REPODEST"
|
||||
}
|
||||
|
||||
@test "abuild: help text" {
|
||||
$ABUILD -h
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user