Merge branch 'js/t6026-clean-up'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2016 22:34:37 +0000 (15:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2016 22:34:37 +0000 (15:34 -0700)
A test spawned a short-lived background process, which sometimes
prevented the test directory from getting removed at the end of the
script on some platforms.

* js/t6026-clean-up:
t6026-merge-attr: clean up background process at end of test case

Trivial merge