summaryrefslogtreecommitdiff
path: root/tests/test-gpg.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-gpg.t')
-rw-r--r--tests/test-gpg.t11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/test-gpg.t b/tests/test-gpg.t
index 5ec6fa0..6549de3 100644
--- 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 --no-auto-check-trustdb --homedir "$TESTDIR/gpg"
+ > cmd=gpg --no-permission-warning --no-secmem-warning --homedir $TESTDIR/gpg
> EOF
$ hg init r
$ cd r
@@ -17,7 +17,7 @@ Test the GPG extension
$ hg sigs
$ hg sign 0
- signing 0:e63c23eaa88a
+ Signing 0:e63c23eaa88a
$ hg sigs
hgtest 0:e63c23eaa88ae77967edcf4ea194d31167c478b0
@@ -25,10 +25,3 @@ 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
- $ "$TESTDIR/md5sum.py" "$TESTDIR/gpg/trustdb.gpg"
- f6b9c78c65fa9536e7512bb2ceb338ae */gpg/trustdb.gpg (glob)
-
- $ cd ..