diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index 6e21da68c..01a0fd5a5 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -6,8 +6,8 @@ import ( "fmt" "io/ioutil" "os" - "syscall" "path/filepath" + "syscall" ) func (e *dirEntry) equals(other *dirEntry) bool {