Show More
@@ -1,10 +1,6 b'' | |||||
1 | Test the GPG extension |
|
1 | Test the GPG extension | |
2 |
|
2 | |||
3 | $ "$TESTDIR/hghave" gpg || exit 80 |
|
3 | $ "$TESTDIR/hghave" gpg || exit 80 | |
4 | $ if ! hg identify -q > /dev/null; then |
|
|||
5 | > echo "skipped: not a Mercurial working dir" >&2 |
|
|||
6 | > exit 80 |
|
|||
7 | > fi |
|
|||
8 | $ cat <<EOF >> $HGRCPATH |
|
4 | $ cat <<EOF >> $HGRCPATH | |
9 | > [extensions] |
|
5 | > [extensions] | |
10 | > gpg= |
|
6 | > gpg= | |
@@ -32,4 +28,5 b' Test the GPG extension' | |||||
32 |
|
28 | |||
33 |
|
|
29 | verify that this test has not modified the trustdb.gpg file back in | |
34 |
|
|
30 | the main hg working dir | |
35 | $ hg --cwd $TESTDIR status gpg |
|
31 | $ "$TESTDIR/md5sum.py" "$TESTDIR/gpg/trustdb.gpg" | |
|
32 | f6b9c78c65fa9536e7512bb2ceb338ae */gpg/trustdb.gpg (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now