Signed-off-by: Dylan Baker <[email protected]>
---
 framework/tests/programs_tests.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/tests/programs_tests.py 
b/framework/tests/programs_tests.py
index fc8fe6b..fbd9f20 100644
--- a/framework/tests/programs_tests.py
+++ b/framework/tests/programs_tests.py
@@ -68,7 +68,6 @@ class TestGetConfig(utils.TestWithEnvClean):
         self.defer(_reset_piglit_config)
         self.add_teardown('XDG_CONFIG_HOME')
         self.add_teardown('HOME')
-        self.add_teardown('XDG_CONFIG_HOME')
         if os.path.exists('piglit.conf'):
             shutil.move('piglit.conf', 'piglit.conf.restore')
             self.defer(shutil.move, 'piglit.conf.restore', 'piglit.conf')
-- 
2.0.4

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to