##// END OF EJS Templates
merge with stable
Matt Mackall -
r16347:21b31e9c merge default
parent child Browse files
Show More
@@ -1,6 +1,10 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
4 $ cat <<EOF >> $HGRCPATH
8 $ cat <<EOF >> $HGRCPATH
5 > [extensions]
9 > [extensions]
6 > gpg=
10 > gpg=
@@ -15,7 +15,7 b' Do test while holding fifo open'
15 > kill -HUP $P
15 > kill -HUP $P
16 > ) > p
16 > ) > p
17
17
18 $ while kill -0 $P 2>/dev/null; do true; done
18 $ wait
19 $ cat out
19 $ cat out
20 0
20 0
21 0
21 0
General Comments 0
You need to be logged in to leave comments. Login now