Re: [PATCH 3/3] tests: allow user to specify trash directory location
From: Johannes Sixt <hidden> Date: 2016-06-15 22:47:12
On Sonntag, 9. August 2009, Jeff King wrote:
There is a test below for absolute versus relative path in the root
provided. Do we need some extra magic to make it work on non-Unix
platforms?
Not for Windows. Those devolpers who want to use an absolute path can use the
POSIX path notation:
GIT_TEST_OPTS=--root=/c/temp/gittests
This works in t4014.
-- Hannes