Mercurial > public > mercurial-scm > hg-stable
diff tests/test-lfs.t @ 39952:a339b5e0d7c6
py3: suppress the output from .write() calls in more tests
I missed these in 803b7569c9ea because I forgot about `...` lines.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 01 Oct 2018 23:26:24 -0400 |
parents | 8d41097dfe7d |
children | fad6068249d9 |
line wrap: on
line diff
--- a/tests/test-lfs.t Mon Oct 01 23:07:19 2018 -0400 +++ b/tests/test-lfs.t Mon Oct 01 23:26:24 2018 -0400 @@ -327,9 +327,9 @@ $ hg commit -m b $ hg status >>> with open('a2', 'wb') as f: - ... f.write(b'\1\nSTART-WITH-HG-FILELOG-METADATA') + ... f.write(b'\1\nSTART-WITH-HG-FILELOG-METADATA') and None >>> with open('a1', 'wb') as f: - ... f.write(b'\1\nMETA\n') + ... f.write(b'\1\nMETA\n') and None $ hg commit -m meta $ hg status $ hg log -T '{rev}: {file_copies} | {file_dels} | {file_adds}\n'