git p4 test: ensure p4 symlink parsing works
commita8d8e382a95b8412b105ca12fcdad2dff521827f
authorPete Wyckoff <pw@padd.com>
Tue, 21 Jan 2014 23:16:39 +0000 (21 18:16 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Jan 2014 23:50:27 +0000 (21 15:50 -0800)
treeb87e24ea3e3019e88570e08f3f13c8f62e5f37b9
parent16168986eb5924f21e52de61cf5703b840872c91
git p4 test: ensure p4 symlink parsing works

While this happens to work, there was no test to make sure
that the basic importing of a symlink from p4 to git functioned.

Add a simple test to create a symlink in p4 and import it into git,
then verify that the symlink exists and has the correct target.

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