Skip to content

Commit 4a3f618

Browse files
authored
Merge pull request #86 from buildkite-plugins/toote_fix_tests
Correct tests due to hardcoded paths
2 parents 698c46d + 279bf68 commit 4a3f618

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/download-compressed.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 '/usr/local/lib/bats/load.bash'
3+
load "${BATS_PLUGIN_PATH}/load.bash"
44

55
# Uncomment to enable stub debug output:
66
# export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty

tests/download-ignore-missing.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 '/usr/local/lib/bats/load.bash'
3+
load "${BATS_PLUGIN_PATH}/load.bash"
44

55
# Uncomment to enable stub debug output:
66
# export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty

tests/download.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 '/usr/local/lib/bats/load.bash'
3+
load "${BATS_PLUGIN_PATH}/load.bash"
44

55
# Uncomment to enable stub debug output:
66
# export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty

tests/upload-compressed.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 '/usr/local/lib/bats/load.bash'
3+
load "${BATS_PLUGIN_PATH}/load.bash"
44

55
# Uncomment to enable stub debug output:
66
# export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty

tests/upload-ignore-missing.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 '/usr/local/lib/bats/load.bash'
3+
load "${BATS_PLUGIN_PATH}/load.bash"
44

55
# Uncomment to enable stub debug output:
66
# export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty

tests/upload.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 '/usr/local/lib/bats/load.bash'
3+
load "${BATS_PLUGIN_PATH}/load.bash"
44

55
# Uncomment to enable stub debug output:
66
# export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty

0 commit comments

Comments
 (0)