tests/test-hup
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 26 Mar 2006 22:54:05 +0200
changeset 2009 182f500805db
parent 814 0902ffece4b4
child 2088 f16435b45780
permissions -rwxr-xr-x
Fix broken hgignore tests due to full path showing up in output.

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