diff --git a/test/basic-e2e.bats b/test/basic-e2e.bats index e22b363c..415906a1 100644 --- a/test/basic-e2e.bats +++ b/test/basic-e2e.bats @@ -1,6 +1,6 @@ setup() { - load '/usr/local/lib/bats/bats-support/load' - load '/usr/local/lib/bats/bats-assert/load' + bats_load_library 'bats-support' + bats_load_library 'bats-assert' # get the containing directory of this file # use $BATS_TEST_FILENAME instead of ${BASH_SOURCE[0]} or $0,