mirror of https://github.com/aristocratos/bashtop
test test failure for travis
parent
e58e56446d
commit
4f19d627d6
|
@ -5,9 +5,9 @@ load 'libs/bats-assert/load'
|
||||||
|
|
||||||
load test_helper
|
load test_helper
|
||||||
|
|
||||||
@test "Sourcing works, by checking if $system is set" {
|
@test "Sourcing works, by checking if \$system is set" {
|
||||||
run echo $system
|
run echo $system
|
||||||
refute_output ""
|
refute_output "MacOS"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "#get_themes populates themes" {
|
@test "#get_themes populates themes" {
|
||||||
|
|
Loading…
Reference in New Issue