From 81a955324b4aa3d2b4f0590ddf466215e128b143 Mon Sep 17 00:00:00 2001 From: cornfeedhobo Date: Fri, 28 Jun 2019 09:54:31 -0500 Subject: [PATCH] attempt to make travis happy --- test/plugins/go.plugin.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/plugins/go.plugin.bats b/test/plugins/go.plugin.bats index e77fdc87..e4b30d44 100644 --- a/test/plugins/go.plugin.bats +++ b/test/plugins/go.plugin.bats @@ -17,6 +17,10 @@ load ../../plugins/available/go.plugin assert_equal $(go env GOROOT) 'dummy' } +@test 'ensure _go_pathmunge_wrap is defined' { + [[ $(type -t _go_pathmunge_wrap) = 'function' ]] +} + @test 'plugins go: single entry in GOPATH' { export GOROOT='/baz' export GOPATH='/foo'