git p4 test: start p4d inside its db dir
commit6492a1041a66f19589f6001400005a3913884882
authorPete Wyckoff <pw@padd.com>
Sun, 27 Jan 2013 03:11:10 +0000 (26 22:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Jan 2013 06:00:38 +0000 (26 22:00 -0800)
treefc80d37e17d45cc91ad86730102a5e600989b2d5
parent50038ba92a22743be8c105e16fb559a6d96c3a7a
git p4 test: start p4d inside its db dir

This will avoid having to do native path conversion for
windows.  Also may be a bit cleaner always to know that p4d
has that working directory, instead of wherever the function
was called from.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-git-p4.sh