From 8543f3ed58fe6577b6dcc02868a607ec2bcdb833 Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Tue, 11 Oct 2011 16:41:44 +0200
Subject: [PATCH] rename to match others

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 lib/cdist/test/test_exec.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cdist/test/test_exec.py b/lib/cdist/test/test_exec.py
index deb62d11..c2bb52f6 100644
--- a/lib/cdist/test/test_exec.py
+++ b/lib/cdist/test/test_exec.py
@@ -29,7 +29,7 @@ import unittest
 import cdist.exec
 
 
-class Exec(unittest.TestCase):
+class ExecTestCase(unittest.TestCase):
     def setUp(self):
         """Create shell code and co."""