Skip to content

Commit bd8994d

Browse files
authored
Merge pull request #167 from mbland/optimized-bats
bats-main: Use mbland/bats tag optimized-20170317
2 parents c150736 + a27c043 commit bd8994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bats-main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export _GO_BATS_DIR="${_GO_BATS_DIR:-$_GO_TEST_DIR/bats}"
5353
export _GO_BATS_PATH="$_GO_BATS_DIR/libexec/bats"
5454

5555
# Version of Bats to fetch if `_GO_BATS_DIR` is missing
56-
export _GO_BATS_VERSION="${_GO_BATS_VERSION:-optimized-20170205}"
56+
export _GO_BATS_VERSION="${_GO_BATS_VERSION:-optimized-20170317}"
5757

5858
# URL of the Bats git repository to clone to `_GO_BATS_DIR`
5959
export _GO_BATS_URL="${_GO_BATS_URL:-https://github.com/mbland/bats.git}"

0 commit comments

Comments
 (0)