From 783fd73ea12a9c003e82b23727bd3437c0e164d8 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 10 Apr 2017 22:34:39 +0200 Subject: [PATCH] local: Rename local_layout_test --- .../backend/local/{local_layout_test.go => layout_test.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/restic/backend/local/{local_layout_test.go => layout_test.go} (95%) 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()