mirror of
https://github.com/jimeh/stub.sh.git
synced 2026-02-19 13:46:40 +00:00
10 lines
192 B
Bash
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"
|
|
|