From 4f19d627d67f04c709905e24e9590c559cd1af4d Mon Sep 17 00:00:00 2001 From: Maciek Swiech Date: Mon, 1 Jun 2020 11:28:25 -0600 Subject: [PATCH] test test failure for travis --- test/basic_test.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/basic_test.bats b/test/basic_test.bats index c00e185..9a263b9 100644 --- a/test/basic_test.bats +++ b/test/basic_test.bats @@ -5,9 +5,9 @@ load 'libs/bats-assert/load' load test_helper -@test "Sourcing works, by checking if $system is set" { +@test "Sourcing works, by checking if \$system is set" { run echo $system - refute_output "" + refute_output "MacOS" } @test "#get_themes populates themes" {