tests/test-hup
author Soh Tk-r28629 <tksoh@freescale.com>
Wed, 15 Mar 2006 02:49:45 +0100
changeset 1949 d2c2e77826c0
parent 814 0902ffece4b4
child 2088 f16435b45780
permissions -rwxr-xr-x
tests: add bunzip2 to prerequisite list

#!/bin/sh

hg init
mkfifo p

hg serve --stdio < p &
P=$!
(echo lock; echo addchangegroup; sleep 5) > p &
Q=$!
sleep 1
kill -HUP $P
sleep 1
ls .hg