[Bug 32087] External environment variables interfere with cmd runtest, causing it to issue false errors

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 29 05:12:07 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=32087

Jason Edmeades <us at edmeades.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |us at edmeades.me.uk

--- Comment #2 from Jason Edmeades <us at edmeades.me.uk> 2012-10-29 05:12:07 CDT ---
No, the original reporter has it right - its purely a case of the 'set' tests
displaying the environment and relying on nothing in the environment already
existing which starts with those characters. It'll be interesting to work
around, although possible when we eventually have working for /f, as we could
add before the test something like 
for /f "delims==" %%i in ('set ba') do set %%i=
(I dont have Linux to hand to test this, but I suspect its enough - Are you
able to confirm it and I'll send a patch later in the week)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list