diff --git a/test.bash b/test.bash index e2f54e8..32f77dc 100755 --- a/test.bash +++ b/test.bash @@ -31,9 +31,9 @@ if [[ $OSTYPE == linux* ]] ; then fi if go tool | grep vet > /dev/null ; then - go vet -all -shadow ./... + go tool vet -all -shadow . else - echo "'go vet' not available - skipping" + echo "'go tool vet' not available - skipping" fi # We don't want all the subprocesses holding the lock file open