Files
stub.sh/test/test-helper.sh
2014-03-15 23:45:58 +00:00

10 lines
192 B
Bash

[ -n "$TEST_DEBUG" ] && set -x
# Set testroot variable.
testroot="$(dirname "$BASH_SOURCE")"
# Include assert.sh testing library.
source "$testroot/assert.sh"
source "$testroot/../stub.sh"