git p4: use "git p4" directly in tests
authorPete Wyckoff <pw@padd.com>
Mon, 9 Apr 2012 00:18:02 +0000 (20:18 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2012 22:00:33 +0000 (15:00 -0700)
Drop the $GITP4 variable that was used to specify the script in
contrib/fast-import/. The command is called "git p4" now, not
"git-p4".

Note that configuration variables will remain in a section called
"git-p4".

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found