# HG changeset patch # User Raphaël Gomès # Date 1648465214 -7200 # Node ID 8309c83b6e2c5e10e7aaf47b3899d7fb3d314c58 # Parent 3abf799b7b290945fa30242295c22aacd1a57e08 test-issue660: test inside a repository, not the test dir This causes an issue with a temporary file showing up in test output when adding a dirstate-v2 variant of this test. Differential Revision: https://phab.mercurial-scm.org/D12444 diff -r 3abf799b7b29 -r 8309c83b6e2c tests/test-issue660.t --- a/tests/test-issue660.t Wed Mar 23 15:15:17 2022 +0100 +++ b/tests/test-issue660.t Mon Mar 28 13:00:14 2022 +0200 @@ -1,7 +1,8 @@ https://bz.mercurial-scm.org/660 and: https://bz.mercurial-scm.org/322 - $ hg init + $ hg init repo + $ cd repo $ echo a > a $ mkdir b $ echo b > b/b