# HG changeset patch # User Pierre-Yves David # Date 2016-02-27 16:31:23 # Node ID d4cced5885f836b91e616c61480f22c6c9829386 # Parent 5d9578d9ad1aeda1f89f22612f1a04ce5a96ad71 tests: rename 'test-module-import.t' into 'test-check-module-import.t' This test is checking our source code to ensure style and correct behavior (eg: no cycle). Current convention is that such tests starts with 'test-check-' so we flock this on back with the others. diff --git a/tests/test-module-imports.t b/tests/test-check-module-imports.t rename from tests/test-module-imports.t rename to tests/test-check-module-imports.t