mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-26 00:42:22 +00:00
c486b3b4f3
Aloow overrid sharedir with global ABUILD_SHAREDIR so we test the local functions.sh instead of a system installed functions.sh
13 lines
144 B
Bash
13 lines
144 B
Bash
setup() {
|
|
export ABUILD=../abuild
|
|
export ABUILD_SHAREDIR=$PWD/..
|
|
}
|
|
|
|
@test "help text" {
|
|
$ABUILD -h
|
|
}
|
|
|
|
@test "version string" {
|
|
$ABUILD -V
|
|
}
|