Skip to content

Commit a34d494

Browse files
committed
Corrected path in test library for latest version of test runner
1 parent ed68025 commit a34d494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/command.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bats
22

3-
load "$BATS_PATH/load.bash"
3+
load "${BATS_PLUGIN_PATH}/load.bash"
44

55
# Uncomment to get debug output from each stub
66
# export MKTEMP_STUB_DEBUG=/dev/tty

0 commit comments

Comments
 (0)