Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: D07multibyte.ztst failure on HP-UX 11.11



Paul Ackersviller wrote:
> That gets me past that test, then a subsequent one fails.

Urgh.  I can't help feeling it might be better if they just fixed the
system.

> ./D07multibyte.ztst: starting.
> locale en_US.UTF-8 failed
> *** /tmp/zsh.ztst.out.4937	2009-04-30 11:23:24.000000000 -0400
> --- /tmp/zsh.ztst.tout.4937	2009-04-30 11:23:24.000000000 -0400
> ***************
> *** 1,4 ****
> - OK
> - OK
> - OK
> - OK
> --- 0 ----
> Test ./D07multibyte.ztst failed: output differs from expected as shown above 
> for:
>   testfn() { (LC_ALL=C; print $'\u00e9') }
>   repeat 4 testfn 2>&1 | while read line; do
>     if [[ $line = *"character not in range"* ]]; then
>       print OK
>     elif [[ $line = "?" ]]; then
>       print OK
>     else
>       print Failed: no error message and no question mark
>     fi
>   done
>   true
> Was testing: error handling in Unicode quoting
> ./D07multibyte.ztst: test failed.

Eh?  How did you manage to get *no* output from that test?  What does
testfn do when run on it's own?

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



Messages sorted by: Reverse Date, Date, Thread, Author