test: added bats dependencies files
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
6
stdlib/bats/tests/testfile/mods/bats-support/script/install-bats.sh
Executable file
6
stdlib/bats/tests/testfile/mods/bats-support/script/install-bats.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -o errexit
|
||||
set -o xtrace
|
||||
|
||||
git clone --depth 1 https://github.com/sstephenson/bats
|
||||
cd bats && ./install.sh "${HOME}/.local" && cd .. && rm -rf bats
|
Reference in New Issue
Block a user