From e849fb44841a218075d46511e0104b72445207ba Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Tue, 5 Jan 2010 14:56:33 +0000
Subject: [PATCH] tweak

---
 system/TestPlc.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/system/TestPlc.py b/system/TestPlc.py
index 714bbdb..c0d5064 100644
--- a/system/TestPlc.py
+++ b/system/TestPlc.py
@@ -979,7 +979,8 @@ class TestPlc:
         "sfa-import-plc"
 	auth=self.plc_spec['sfa']['SFA_REGISTRY_ROOT_AUTH']
         self.run_in_guest('sfa-import-plc.py')
-        self.run_in_guest('cp /etc/sfa/authorities/%s/%s.pkey /etc/sfa/authorities/server.key'%(auth,auth))
+# not needed anymore
+#        self.run_in_guest('cp /etc/sfa/authorities/%s/%s.pkey /etc/sfa/authorities/server.key'%(auth,auth))
         return True
 
     def start_sfa(self):
-- 
2.47.0