Skip to content

Commit

Permalink
Link to bats-core instead of bats (#98)
Browse files Browse the repository at this point in the history
* It seems the original bats is no longer maintained:
  sstephenson/bats#150
* You're using bats-core in Travis:
  #83
  • Loading branch information
spl authored and rcaloras committed Aug 26, 2019
1 parent 2dca19c commit 309551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export __bp_enable_subshells="true"
This is disabled by default due to buggy situations related to to `functrace` and Bash's `DEBUG trap`. See [Issue #25](https://github.com/rcaloras/bash-preexec/issues/25)

## Tests
You can run tests using [Bats](https://github.com/sstephenson/bats).
You can run tests using [Bats](https://github.com/bats-core/bats-core).
```bash
bats test
```
Expand Down

0 comments on commit 309551d

Please sign in to comment.