From eadc5435e6994c9e925c0f344e8c2d6d65e5704e Mon Sep 17 00:00:00 2001 From: Maciek Swiech Date: Mon, 1 Jun 2020 10:48:36 -0600 Subject: [PATCH] triggering travis build --- 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 e6b95a4..c00e185 100644 --- a/test/basic_test.bats +++ b/test/basic_test.bats @@ -5,7 +5,7 @@ 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 "" }