Mercurial > hg
view tests/test-config-case @ 5822:38b592536a58
test-mq-header: don't fail with different patch(1)
At least under FreeBSD patch(1) won't fail on empty patch and will print
'Hmm...' warning instead. Sanitize output so tests won't fail unexpectedly.
author | Maxim Dounin <mdounin@mdounin.ru> |
---|---|
date | Tue, 08 Jan 2008 06:56:21 +0300 |
parents | 85a69f4d1e80 |
children |
line wrap: on
line source
#!/bin/sh echo '[Section]' >> $HGRCPATH echo 'KeY = Case Sensitive' >> $HGRCPATH echo 'key = lower case' >> $HGRCPATH hg showconfig Section