diff --git a/test/basic_test.bats b/test/basic_test.bats index 9a263b9..5ea4006 100644 --- a/test/basic_test.bats +++ b/test/basic_test.bats @@ -7,7 +7,7 @@ load test_helper @test "Sourcing works, by checking if \$system is set" { run echo $system - refute_output "MacOS" + assert_output "" } @test "#get_themes populates themes" {