Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix t5516 on cygwin: it does not like double slashes at the beginning…
… of a path The double slashes "//" result from url./$TRASH/. expansion and the current directory, which even in cygwin contains "/" as first character. In cygwin such strings have special meaning: UNC path. Accessing an UNC path built for test purpose usually fails. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information