tests/test-hup
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 17 May 2006 19:58:22 +0200
changeset 2302 506fcf779cae
parent 2088 f16435b45780
child 2529 9419855309cd
permissions -rwxr-xr-x
Corrected test for date in output of 'hg export'.

#!/bin/sh

hg init
mkfifo p

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