Re: [PATCH] py3: fix a bytes/str mingling in test-install.t

2019-01-25 Thread Yuya Nishihara
On Fri, 25 Jan 2019 22:45:01 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1548473565 18000 > # Fri Jan 25 22:32:45 2019 -0500 > # Node ID 8b3b641e51f786a056c7478f45560e67356bb35b > # Parent ffdac0067a147f878ac45dc2c4b3b3e490865252 > py3: fix a bytes/str

[PATCH] py3: fix a bytes/str mingling in test-install.t

2019-01-25 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1548473565 18000 # Fri Jan 25 22:32:45 2019 -0500 # Node ID 8b3b641e51f786a056c7478f45560e67356bb35b # Parent ffdac0067a147f878ac45dc2c4b3b3e490865252 py3: fix a bytes/str mingling in test-install.t diff --git a/tests/test-install.t b/tests/t