summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-09-25 19:01:50 +0200
committerJakob Unterwurzacher2016-09-25 19:02:12 +0200
commit166ba74a053898a52ff2e48125c1df97f35a85fd (patch)
tree291dc1be32c88aa9fa4784085afff5c349cc939a /test.bash
parentc7b3150afc26a6992c6059002c84b1afc236f663 (diff)
tests: enable all go vet checks
...and fix reported errors: internal/fusefrontend_reverse/rfile.go:40: github.com/rfjakob/gocryptfs/internal/contentenc.FileHeader composite literal uses unkeyed fields internal/fusefrontend_reverse/rfs.go:249: github.com/hanwen/go-fuse/fuse.DirEntry composite literal uses unkeyed fields internal/fusefrontend_reverse/rfs.go:264: github.com/hanwen/go-fuse/fuse.DirEntry composite literal uses unkeyed fields
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 8711d8f..eb9c5c6 100755
--- a/test.bash
+++ b/test.bash
@@ -13,4 +13,4 @@ go test ./... $*
# The tests cannot to this themselves as they are run in parallel
rm -Rf --one-file-system /tmp/gocryptfs-test-parent
-go tool vet -shadow=true .
+go tool vet -all -shadow .