From 434d3e0b3d109b7633b8658f72e4f43190a500fd Mon Sep 17 00:00:00 2001
From: Kirill Smelkov <kirr@nexedi.com>
Date: Tue, 21 Feb 2017 13:03:30 +0300
Subject: [PATCH] .

---
 t/neo/storage/fs1/py/gen-testdata                               | 2 +-
 .../storage/fs1/{testdata_expect.go => testdata_expect_test.go} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename t/neo/storage/fs1/{testdata_expect.go => testdata_expect_test.go} (100%)

diff --git a/t/neo/storage/fs1/py/gen-testdata b/t/neo/storage/fs1/py/gen-testdata
index 77a39f59..0fd599b3 100755
--- a/t/neo/storage/fs1/py/gen-testdata
+++ b/t/neo/storage/fs1/py/gen-testdata
@@ -78,7 +78,7 @@ def main():
     stor.close()
 
     # dump to go what to expect
-    with open("testdata_expect.go", "w") as f:
+    with open("testdata_expect_test.go", "w") as f:
         def emit(v):
             print >>f, v
         emit("// DO NOT EDIT - AUTOGENERATED (by py/gen-testdata)")
diff --git a/t/neo/storage/fs1/testdata_expect.go b/t/neo/storage/fs1/testdata_expect_test.go
similarity index 100%
rename from t/neo/storage/fs1/testdata_expect.go
rename to t/neo/storage/fs1/testdata_expect_test.go
-- 
2.30.9