Removed extra line, no longer needed
parent
b640107566
commit
3a899916bd
1
test/run
1
test/run
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
test_directory="$(cd "$(dirname "$0")" && pwd)"
|
test_directory="$(cd "$(dirname "$0")" && pwd)"
|
||||||
#bats_executable="${test_directory}/../bats/bin/bats"
|
|
||||||
bats_executable="${test_directory}/../test_lib/bats-core/bin/bats"
|
bats_executable="${test_directory}/../test_lib/bats-core/bin/bats"
|
||||||
|
|
||||||
git submodule init && git submodule update
|
git submodule init && git submodule update
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue