t6026-merge-attr: don't fail if sleep exits early
commit734fde2d7167e4b20d2ff6062ade3846949b0741
authorAndreas Schwab <schwab@suse.de>
Tue, 8 Nov 2016 17:03:04 +0000 (8 18:03 +0100)
committerJeff King <peff@peff.net>
Tue, 8 Nov 2016 20:29:24 +0000 (8 15:29 -0500)
tree074ff9fce2f8949b146f89e5ea895033513e3c7a
parent5babb5bdb3d09ee670f7e3a3ae596eb2f1d02268
t6026-merge-attr: don't fail if sleep exits early

Commit 5babb5bdb3 ("t6026-merge-attr: clean up background process at end
of test case") added a kill command to clean up after the test, but this
can fail if the sleep command exits before the cleanup is executed.
Ignore the error from the kill command.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Jeff King <peff@peff.net>
t/t6026-merge-attr.sh