# HG changeset patch # User Greg Ward # Date 2012-03-22 02:16:12 # Node ID aae219a99a6eba18ef5ec0784e0c6bc9d67d09be # Parent 09f2bb3a37b55e9f9383ef7e5f272d4cd1260a19 test-gpg: make sure gpg does not modify the trustdb.gpg file Tests really should not modify files in the Mercurial working dir where they ran from! I suspect that trustdb.gpg is now old enough that GPG thinks it should update it automatically. Suppress that feature with --no-auto-check-trustdb. diff --git a/tests/test-gpg.t b/tests/test-gpg.t --- a/tests/test-gpg.t +++ b/tests/test-gpg.t @@ -6,7 +6,7 @@ Test the GPG extension > gpg= > > [gpg] - > cmd=gpg --no-permission-warning --no-secmem-warning --homedir $TESTDIR/gpg + > cmd=gpg --no-permission-warning --no-secmem-warning --no-auto-check-trustdb --homedir $TESTDIR/gpg > EOF $ hg init r $ cd r @@ -25,3 +25,7 @@ Test the GPG extension $ hg sigcheck 0 e63c23eaa88a is signed by: hgtest + +verify that this test has not modified the trustdb.gpg file back in +the main hg working dir + $ hg --cwd $TESTDIR status gpg