See http://stackoverflow.com/q/16656/4918 for creating randomized
directories

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/719187

Title:
  Using Path.GetTempPath() causes conflicts in shared temporary folders

Status in NUnit Test Framework:
  New

Bug description:
  Mono uses /tmp as base directory for temporary paths. This can cause
  collisions for multiple users using nunit on the same machine (e.g
  local developer and CI system). This can be mitigated by using a
  random base path (also reducing the possibility for /tmp race attacks)
  or just documenting the problem when it occurs and suggesting to use
  the TMP environment variable when running under linux



_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : nunit-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to