tests/test-hup
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 12 Dec 2006 19:11:01 +0100
changeset 3873 a41b01a3c29f
parent 3853 c0b449154a90
child 3917 a413f5c29c46
permissions -rwxr-xr-x
Fix test output for test-mq-guards (changed by 22d18051f9e5)

#!/bin/sh

hg init
mkfifo p

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