From 5f31c8cb465b504218c267f08db074ecac1dcf51 Mon Sep 17 00:00:00 2001 From: Alexey Radul Date: Sat, 18 May 2013 13:03:17 -0400 Subject: [PATCH] More conventional submodule name for test manager. --- .gitmodules | 4 ++-- test-manager => testing | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename test-manager => testing (100%) diff --git a/.gitmodules b/.gitmodules index 886fb81..246263f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "test-manager"] - path = test-manager +[submodule "testing"] + path = testing url = git://github.com/axch/test-manager.git diff --git a/test-manager b/testing similarity index 100% rename from test-manager rename to testing