Merge branch 'rd/test-path-utils'
commitc6185c0b17636a9178bc3047ed90c071ca062a51
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:42:44 +0000 (16 14:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:42:46 +0000 (16 14:42 -0700)
treefe9c76bef9f03cc5c676537ecc12ef311e7be956
parenta838ae9d49d8917781ada5c3f41504dac288df04
parentb2a7123b997f950e9785a5e7df64c3104270fef3
Merge branch 'rd/test-path-utils'

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
path.c