# HG changeset patch # User Denis Laxalde # Date 1571393576 -7200 # Node ID e20bafd65a96cd03a783a00d5d650ad0a2f770a2 # Parent 8d432d3a2d7c2ba332a03e58367efeeb65bcd843 py3: ajust abort message in test-hook.t diff -r 8d432d3a2d7c -r e20bafd65a96 tests/test-hook.t --- a/tests/test-hook.t Mon Oct 14 16:15:19 2019 +0900 +++ b/tests/test-hook.t Fri Oct 18 12:12:56 2019 +0200 @@ -1113,7 +1113,8 @@ $ hg id loading pre-identify.npmd hook failed: - abort: No module named repo! + abort: No module named repo! (no-py3 !) + abort: No module named 'repo'! (py3 !) [255] $ cd ../../b