aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 405d3b2..32f77dc 100755
--- a/test.bash
+++ b/test.bash
@@ -33,7 +33,7 @@ fi
if go tool | grep vet > /dev/null ; then
go tool vet -all -shadow .
else
- echo "\"go tool vet\" not available - skipping"
+ echo "'go tool vet' not available - skipping"
fi
# We don't want all the subprocesses holding the lock file open