From 8ee595dd484919b98bd9908900fbece2585a334d Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 19 Aug 2021 08:00:44 +0200 Subject: Fix issues found by "go vet" Issues were: # github.com/rfjakob/gocryptfs/contrib/findholes/holes contrib/findholes/holes/holes.go:136:2: unreachable code # github.com/rfjakob/gocryptfs/tests/root_test_test tests/root_test/root_test.go:139:2: unreachable code Also make sure we actually run "go vet" against the whole codebase. --- tests/root_test/root_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go index 5a98feb..d9d5dfc 100644 --- a/tests/root_test/root_test.go +++ b/tests/root_test/root_test.go @@ -136,7 +136,6 @@ func writeTillFull(t *testing.T, path string) (int, syscall.Errno) { } sz += n } - return sz, 0 } // TestDiskFull needs root permissions because it creates a loop disk -- cgit v1.2.3