]> Cypherpunks repositories - gostls13.git/commit
cmd/cover: fix TestCoverHTML on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Fri, 8 Jun 2018 08:14:29 +0000 (10:14 +0200)
committerDavid du Colombier <0intro@gmail.com>
Fri, 8 Jun 2018 09:35:10 +0000 (09:35 +0000)
commitabeac0912a037ac557861e6522204627585d6517
treed6c190be7a95eb52b49ad3a17ee5ebb7c6e526ba
parent29e5a81e28c633aa8d1062ce9f3749e9a8f040da
cmd/cover: fix TestCoverHTML on Plan 9

CL 116975 added TestCoverHTML. However, this test is failing
on Plan 9, because the GNU diff tool is called "ape/diff"
instead of "diff" on Plan 9.

This change replaces the "diff" command by the "ape/diff"
command on Plan 9.

Fixes #25795.

Change-Id: I15b49868cd09f3f977aa13fffdfc430c882bf757
Reviewed-on: https://go-review.googlesource.com/117415
Run-TryBot: David du Colombier <0intro@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/cover/cover_test.go