t4208: add check for ":/" without matching file
commitbe6ed3f3346a24f4be2d771384528b1c87952b8f
authorJeff King <peff@peff.net>
Fri, 26 May 2017 19:06:41 +0000 (26 15:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 02:36:53 +0000 (29 11:36 +0900)
treee0f2fb7e164e1bf471a17748549b7245276ad41f
parentb06d3643105c8758ed019125a4399cb7efdcce2c
t4208: add check for ":/" without matching file

The DWIM magic in check_filename() doesn't just recognize
":/". It actually makes sure that the file it points to
exists. t4208 checks only the case where the path is
present, not the opposite. Since the next patches will be
touching this area, let's add a test to make sure it
continues working.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4208-log-magic-pathspec.sh