Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9026)

Unified Diff: client/common_lib/global_config_unittest.py

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/common_lib/control_data_unittest.py ('k') | client/common_lib/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/common_lib/global_config_unittest.py
diff --git a/client/common_lib/global_config_unittest.py b/client/common_lib/global_config_unittest.py
index b03933437b89aa1140f426586e761cca6c3731df..b3ad857c8e88b5be58d573be9a80bf52a396e78a 100755
--- a/client/common_lib/global_config_unittest.py
+++ b/client/common_lib/global_config_unittest.py
@@ -35,13 +35,11 @@ def create_config_files():
global_temp = autotemp.tempfile("global", ".ini",
text=True)
os.write(global_temp.fd, global_config_ini_contents)
- os.close(global_temp.fd)
shadow_temp = autotemp.tempfile("shadow", ".ini",
text=True)
fd = shadow_temp.fd
os.write(shadow_temp.fd, shadow_config_ini_contents)
- os.close(shadow_temp.fd)
return (global_temp, shadow_temp)
« no previous file with comments | « client/common_lib/control_data_unittest.py ('k') | client/common_lib/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698