view tests/test-install @ 11674:c29012a73518 stable

i18n: safety writing into non-ASCII named files on any shell implementation some shell implementation (e.g.: dash) can not handle redirection into non-ASCII UTF-8 named file correctly.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 22 Jul 2010 23:18:38 +0900
parents 36c388a1aa51
children
line wrap: on
line source

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

echo '% hg debuginstall with no username'
HGUSER= hg debuginstall

# Happy End
true