** Branch linked: lp:nunit-3.0 -- 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: Fix Committed 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 To manage notifications about this bug go to: https://bugs.launchpad.net/nunit-3.0/+bug/719187/+subscriptions _______________________________________________ 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