tests/test-hup
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 20 Jul 2005 03:43:05 -0800
changeset 736 1e84f1014f33
parent 647 732ca4b56b7f
child 800 ec85f9e6f3b1
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rwxr-xr-x
Update tests to reflect walk changes.

#!/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