Don't make explicit assumptions about testing current working dir.
On Windows, paths get shortened to avoid MAX_PATH limitations.
So we don't have the full path to the test in all invocations.
Just use 'cwd' instead of hard-coding the value.