Changes `sstephenson/bats` to `bats-core/bats-core`.

This commit is contained in:
Ben Peachey 2018-01-21 13:48:58 +01:00 committed by Caleb Xu
parent 6a5c45fb4d
commit fe80349c55
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash 单元测试框架
* [bashful](https://github.com/jmcantrell/bashful) - 简化编写 Bash 脚本的库收集
* [bashmanager](https://github.com/lingtalfi/bashmanager) - 用来创建命令行工具的微型 Bash 框架
* [bats](https://github.com/sstephenson/bats) - Bash 自动化测试系统
* [bats](https://github.com/bats-core/bats-core) - Bash 自动化测试系统
* [Fishtape](https://github.com/fisherman/fishtape) - 适用于 fish 的 TAP 产生器及测试工具
* [composure](https://github.com/erichs/composure) - 撰写、文档、版本、及组织你的 shell 函数
* [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - 使用 50 行可移植 shell 脚本写成的命令行参数解析器