comparison tests/test-hup @ 3918:a413f5c29c46

Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 16 Dec 2006 23:24:30 +0100
parents c0b449154a90
children a6477aa893b8
comparison
equal deleted inserted replaced
3917:645e1dd4b8ae 3918:a413f5c29c46
8 (echo lock; echo addchangegroup; sleep 5) > p & 8 (echo lock; echo addchangegroup; sleep 5) > p &
9 Q=$! 9 Q=$!
10 sleep 3 10 sleep 3
11 kill -HUP $P 11 kill -HUP $P
12 wait 12 wait
13 ls -R .hg 13 echo .hg/* .hg/store/*
14
15
16