Test Commit 10
diff --git a/slider-agent/src/test/python/agent/TestPythonExecutor.py b/slider-agent/src/test/python/agent/TestPythonExecutor.py
index e6a8592..9a46bd5 100644
--- a/slider-agent/src/test/python/agent/TestPythonExecutor.py
+++ b/slider-agent/src/test/python/agent/TestPythonExecutor.py
@@ -127,7 +127,7 @@
     _, tmpstroutfile = tempfile.mkstemp()
     if IS_WINDOWS:
       if os.path.exists(tmpstroutfile):
-        os.remove(tmpstroutfile)
+        tmpstroutfile = tmpstroutfile + "_t"
     PYTHON_TIMEOUT_SECONDS =  5
 
     def launch_python_subprocess_method(command, tmpout, tmperr, environment_vars):