Merge branch 'rd/test-path-utils'
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:42:44 +0000 (14:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:42:46 +0000 (14:42 -0700)
The normalize_ceiling_entry() function does not muck with the end
of the path it accepts, and the real world callers do rely on that,
but a test insisted that the function drops a trailing slash.

* rd/test-path-utils:
test-path-utils.c: remove incorrect assumption

1  2 
path.c
diff --cc path.c
Simple merge