
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
|
|
}
|