git p4 test: avoid wildcard * in windows
commit9d01ae9f20435b90619c909e9cbb9ca29f7de494
authorPete Wyckoff <pw@padd.com>
Sun, 27 Jan 2013 03:11:16 +0000 (26 22:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Jan 2013 06:00:39 +0000 (26 22:00 -0800)
treecb6313c43bd87b638a9b2f4ca3aef6c4d5aebcc0
parente93f8695939bae73fbf5122a9a8f53637dce8e39
git p4 test: avoid wildcard * in windows

This character is not valid in windows filenames, even though
it can appear in p4 depot paths.  Avoid using it in tests on
windows, both mingw and cygwin.

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