The directory has already been created by base_test.

Fixes OSError exception.

Signed-off-by: Vinson Lee <v...@twitter.com>
---
 client/tests/memory_api/memory_api.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/client/tests/memory_api/memory_api.py 
b/client/tests/memory_api/memory_api.py
index ac9cc37..4448188 100644
--- a/client/tests/memory_api/memory_api.py
+++ b/client/tests/memory_api/memory_api.py
@@ -6,7 +6,6 @@ class memory_api(test.test):
     version = 1
 
     def setup(self):
-        os.mkdir(self.tmpdir)
         utils.system("%s %s -o %s" %
                       (utils.get_cc(),
                        os.path.join(self.bindir, "memory_api.c"),
-- 
1.7.5.4

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to