Welcome to mirror list, hosted at ThFree Co, Russian Federation.

load.bash - github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62c46229f1a6ed71d63b1a3bb2c983329000a903 (plain)
1
2
3
4
5
6
7
8
# Preserve path at the time this file was sourced
# This prevents using of user-defined mocks/stubs that modify the PATH

_BATSLIB_PATH="$PATH"

source "$(dirname "${BASH_SOURCE[0]}")/src/output.bash"
source "$(dirname "${BASH_SOURCE[0]}")/src/error.bash"
source "$(dirname "${BASH_SOURCE[0]}")/src/lang.bash"