From c5705645a6e7f84a8c50dc93e6c0bd369d1e333d Mon Sep 17 00:00:00 2001 From: jgfrm Date: Thu, 9 Feb 2017 22:06:04 +0100 Subject: [PATCH] added export for filepath --- src/cmds/restic/integration_helpers_unix_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index 6ab8af47b..6e21da68c 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -7,6 +7,7 @@ import ( "io/ioutil" "os" "syscall" + "path/filepath" ) func (e *dirEntry) equals(other *dirEntry) bool {