# HG changeset patch # User Thomas Arendsen Hein # Date 1145423355 -7200 # Node ID f16435b45780626f0083b4b3ff314709aedc79ce # Parent 19fcc2889bad2aba18a1d48e98f1c40b6f187851 Exit test-hup only after the background process has died. Otherwise the open file might let the tests fail on NFS. diff --git a/tests/test-hup b/tests/test-hup --- a/tests/test-hup +++ b/tests/test-hup @@ -9,7 +9,7 @@ P=$! Q=$! sleep 1 kill -HUP $P -sleep 1 +wait ls .hg