Merge branch 'jk/test-lib-drop-pid-from-results'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2016 22:34:33 +0000 (15:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2016 22:34:33 +0000 (15:34 -0700)
The test framework left the number of tests and success/failure
count in the t/test-results directory, keyed by the name of the
test script plus the process ID. The latter however turned out not
to serve any useful purpose. The process ID part of the filename
has been removed.

* jk/test-lib-drop-pid-from-results:
test-lib: drop PID from test-results/*.count

Trivial merge