Do not normalize binary path in xs::PosixTestProcess
authorPyry Haulos <phaulos@google.com>
Wed, 13 Jan 2016 21:42:13 +0000 (13:42 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 13 Jan 2016 21:42:13 +0000 (13:42 -0800)
commit5d4caa32b0596188ee33ecab0c552b9d66d5040e
treef7a37e408640d051965f83411419caf0cf9fe8ef
parentba28bddbe8d98a056ce54a7278b673222e32e628
Do not normalize binary path in xs::PosixTestProcess

Normalizing path will prevent deProcess correctly stripping leading
working directory name from binary path.

Change-Id: If9e22b683f0f929219147e19cc31b42cf6e6bdeb
execserver/xsPosixTestProcess.cpp