git p4 test: should honor symlink in p4 client root
commit89773db3e8ee4fd8f37b3051b6cd202e7bacb56a
authorPete Wyckoff <pw@padd.com>
Mon, 11 Mar 2013 21:45:28 +0000 (11 17:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2013 22:02:59 +0000 (11 15:02 -0700)
treec660eecff617b1095db31abe9d6c292a340a96ef
parent9e7b8efb9d8fde168fee2c12c57903bbb93fd115
git p4 test: should honor symlink in p4 client root

This test fails when the p4 client root includes
a symlink.  It complains:

    Path /vol/bar/projects/foo/... is not under client root /p/foo

and dumps a traceback.

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