mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
417acfff66
This reverts commit cb658ba91f
.
8 lines
51 B
Bash
8 lines
51 B
Bash
help_me() {
|
|
true
|
|
}
|
|
|
|
failing_helper() {
|
|
false
|
|
}
|