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