Mercurial > hg
diff i18n/sv.po @ 16364:f64b25f147d7 stable
tests: avoid test-hup hanging on AIX
test-hup hangs on AIX. Under ksh89 on AIX (the default shell),
echo Hello; while [ ! -s not-there ]; do true; done
produces no output while the loop executes. Replacing 'true' with 'sleep 0'
fixes, as does using a less broken shell. ksh93 is fine.
Update check-code.py to look for this, and make same change in test-serve.t.
In fact test-serve works fine, probably because of additional commands between
echo and the loop, but that's a subtlety not easy to test for.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Thu, 05 Apr 2012 12:31:21 +0100 |
parents | b2392a395fcf |
children | 848a1c1e51cd |