abuild/tests/abuild.bats
Natanael Copa c486b3b4f3 allow override sharedir for testing
Aloow overrid sharedir with global ABUILD_SHAREDIR so we test the local
functions.sh instead of a system installed functions.sh
2019-11-07 11:42:23 +00:00

13 lines
144 B
Bash

setup() {
export ABUILD=../abuild
export ABUILD_SHAREDIR=$PWD/..
}
@test "help text" {
$ABUILD -h
}
@test "version string" {
$ABUILD -V
}