diff --git a/src/restic/backend/local/local_layout_test.go b/src/restic/backend/local/layout_test.go similarity index 95% rename from src/restic/backend/local/local_layout_test.go rename to src/restic/backend/local/layout_test.go index 278eac4ba..805320206 100644 --- a/src/restic/backend/local/local_layout_test.go +++ b/src/restic/backend/local/layout_test.go @@ -6,7 +6,7 @@ import ( "testing" ) -func TestLocalLayout(t *testing.T) { +func TestLayout(t *testing.T) { path, cleanup := TempDir(t) defer cleanup()