attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-27 22:34:05 -05:00
parent a3ff1c6762
commit f68b68d94d
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ load ../../lib/composure
export GOPATH='/foo'
load ../../plugins/available/go.plugin
[[ "$(cut -d':' -f1,2 <<<$PATH | tr -d '\n')" == '/foo/bin:/baz/bin' ]]
assert_equal $(cut -d':' -f1,2 <<<$PATH | tr -d '\n') '/foo/bin:/baz/bin'
}
@test 'plugins go: single entry in GOPATH, with space' {