tests/test-gpg.t
author Matt Mackall <mpm@selenic.com>
Wed, 28 Mar 2012 10:11:12 -0500
branchstable
changeset 16296 4343d5226149
parent 16289 aae219a99a6e
child 16345 825565136235
permissions -rw-r--r--
tests: eliminate daemon race in test-bad-pull

Test the GPG extension

  $ "$TESTDIR/hghave" gpg || exit 80
  $ cat <<EOF >> $HGRCPATH
  > [extensions]
  > gpg=
  > 
  > [gpg]
  > cmd=gpg --no-permission-warning --no-secmem-warning --no-auto-check-trustdb --homedir $TESTDIR/gpg
  > EOF
  $ hg init r
  $ cd r
  $ echo foo > foo
  $ hg ci -Amfoo
  adding foo

  $ hg sigs

  $ hg sign 0
  Signing 0:e63c23eaa88a

  $ hg sigs
  hgtest                             0:e63c23eaa88ae77967edcf4ea194d31167c478b0

  $ 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