mirror of
https://github.com/jimeh/stub.sh.git
synced 2026-02-19 13:46:40 +00:00
Initial commit
This commit is contained in:
9
test/test-helper.sh
Normal file
9
test/test-helper.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
[ -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"
|
||||
|
||||
Reference in New Issue
Block a user