git p4 test: make sure P4CONFIG relative path works
commit9e7b8efb9d8fde168fee2c12c57903bbb93fd115
authorPete Wyckoff <pw@padd.com>
Thu, 7 Mar 2013 23:19:15 +0000 (7 18:19 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Mar 2013 00:00:49 +0000 (7 16:00 -0800)
treeaa24348a17c5d97dbb8266a36fead11e7edaa3c3
parentaadb70a5594222cac215f9590017f05d5d0f31b2
git p4 test: make sure P4CONFIG relative path works

This adds a test for the fix in bf1d68f (git-p4: use absolute
directory for PWD env var, 2011-12-09).  It is necessary to
set PWD to an absolute path so that p4 can find files referenced
by non-absolute paths, like the value of the P4CONFIG environment
variable.

P4 does not open files directly; it builds a path by prepending
the contents of the PWD environment variable.

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