summaryrefslogtreecommitdiff
path: root/t/t3703-add-magic-pathspec.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-05-12t3703: Skip tests using directory name ":" on WindowsLibravatar Johannes Sixt1-2/+6
":" is not allowed in file names on Windows. Detect this case and skip a test if necessary. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-05-10t3703, t4208: add test cases for magic pathspecLibravatar Nguyễn Thái Ngọc Duy1-0/+54
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>