t5601: add more test cases for IPV6
commit9f6976528b31356ee522d04aa31b86a3ba922f99
authorTorsten Bögershausen <tboegi@web.de>
Sat, 21 Feb 2015 15:53:01 +0000 (21 16:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2015 20:03:54 +0000 (22 12:03 -0800)
tree60a6c12b9c74b25f86ec7bac9baa7e4f12ddb9ab
parent86ceb337ec340c7db9b060b90bfab05a08b8251b
t5601: add more test cases for IPV6

Test the parsing of literall IPV6 addresses more systematically:
- with and without brackets (e.g. ::1 [::1])
- with brackets and port number: (e.g. [::1]:22)
- with username (e.g. user@::1)
- with username and brackets:
  Because user@[::1] was not supported on older Git version,
  [user@::1] had to be used as a workaround.
  Test that user@::1 user@[::1] and [user@::1] all do the same.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5601-clone.sh