mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
@test "more truth" {
|
||
|
true
|
||
|
}
|
||
|
|
||
|
@test "quasi-truth" {
|
||
|
[ -z "$FLUNK" ]
|
||
|
}
|