From 9c2a25f248a240742b354760531d9942c7a7398f Mon Sep 17 00:00:00 2001 From: Maciek Swiech Date: Mon, 1 Jun 2020 11:33:05 -0600 Subject: [PATCH] back to good state --- test/basic_test.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic_test.bats b/test/basic_test.bats index 5ea4006..2b157d9 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 - assert_output "" + refute_output "" } @test "#get_themes populates themes" {