##// END OF EJS Templates
test-gpg: make sure gpg does not modify the trustdb.gpg file...
Greg Ward -
r16289:aae219a9 stable
parent child Browse files
Show More
@@ -6,7 +6,7 b' Test the GPG extension'
6 > gpg=
6 > gpg=
7 >
7 >
8 > [gpg]
8 > [gpg]
9 > cmd=gpg --no-permission-warning --no-secmem-warning --homedir $TESTDIR/gpg
9 > cmd=gpg --no-permission-warning --no-secmem-warning --no-auto-check-trustdb --homedir $TESTDIR/gpg
10 > EOF
10 > EOF
11 $ hg init r
11 $ hg init r
12 $ cd r
12 $ cd r
@@ -25,3 +25,7 b' Test the GPG extension'
25 $ hg sigcheck 0
25 $ hg sigcheck 0
26 e63c23eaa88a is signed by:
26 e63c23eaa88a is signed by:
27 hgtest
27 hgtest
28
29 verify that this test has not modified the trustdb.gpg file back in
30 the main hg working dir
31 $ hg --cwd $TESTDIR status gpg
General Comments 0
You need to be logged in to leave comments. Login now