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

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.bash')
-rw-r--r--test/test_helper.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.bash b/test/test_helper.bash
index 65d366f..beb9298 100644
--- a/test/test_helper.bash
+++ b/test/test_helper.bash
@@ -1,5 +1,5 @@
# Load dependencies.
-load "${BATS_TEST_DIRNAME}/../node_modules/bats-support/load.bash"
+bats_load_library 'bats-support'
# Load library.
load '../load'