mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
9 lines
198 B
Bash
9 lines
198 B
Bash
[ -n "$TEST_DEBUG" ] && set -x
|
|
|
|
# Set testroot variable.
|
|
testroot="$(dirname "$BASH_SOURCE")"
|
|
|
|
# Include assert.sh and stub.sh libraries.
|
|
source "${testroot}/assert.sh"
|
|
source "${testroot}/stub.sh"
|