From 5ca84bdd5abf39dd723569954b43db5218aeb553 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Wed, 12 Sep 2007 15:54:10 +0000 Subject: [PATCH] Fix typo in last commit. --- {tests => test}/Makefile.am | 0 {tests => test}/ganeti.config_unittest.py | 0 {tests => test}/ganeti.hooks_unittest.py | 0 {tests => test}/ganeti.utils_unittest.py | 0 {tests => test}/mocks.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test}/Makefile.am (100%) rename {tests => test}/ganeti.config_unittest.py (100%) rename {tests => test}/ganeti.hooks_unittest.py (100%) rename {tests => test}/ganeti.utils_unittest.py (100%) rename {tests => test}/mocks.py (100%) diff --git a/tests/Makefile.am b/test/Makefile.am similarity index 100% rename from tests/Makefile.am rename to test/Makefile.am diff --git a/tests/ganeti.config_unittest.py b/test/ganeti.config_unittest.py similarity index 100% rename from tests/ganeti.config_unittest.py rename to test/ganeti.config_unittest.py diff --git a/tests/ganeti.hooks_unittest.py b/test/ganeti.hooks_unittest.py similarity index 100% rename from tests/ganeti.hooks_unittest.py rename to test/ganeti.hooks_unittest.py diff --git a/tests/ganeti.utils_unittest.py b/test/ganeti.utils_unittest.py similarity index 100% rename from tests/ganeti.utils_unittest.py rename to test/ganeti.utils_unittest.py diff --git a/tests/mocks.py b/test/mocks.py similarity index 100% rename from tests/mocks.py rename to test/mocks.py -- GitLab