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

make test vs. locale



Was it not fixed once already?

/home/bor/src/zsh/Test/A06assign.ztst: starting.
*** /tmp/zsh.ztst.out.15618     2005-02-27 00:10:50.207329479 +0300
--- /tmp/zsh.ztst.tout.15618    2005-02-27 00:10:50.210328587 +0300
***************
*** 1 ****
! 5.7
--- 1 ----
! 5,7
Test /home/bor/src/zsh/Test/A06assign.ztst failed: output differs from 
expectedas shown above for:
 float f=3.4
 f+=2.3
 printf "%g\n" f
Was testing: add to float
/home/bor/src/zsh/Test/A06assign.ztst: test failed.
[...]
/home/bor/src/zsh/Test/B03print.ztst: starting.
*** /tmp/zsh.ztst.out.16173     2005-02-27 00:10:59.401596355 +0300
--- /tmp/zsh.ztst.tout.16173    2005-02-27 00:10:59.404595464 +0300
***************
*** 1 ****
! 123.45
--- 1 ----
! 123,45
Test /home/bor/src/zsh/Test/B03print.ztst failed: output differs from expected 
as shown above for:
 printf '%g\n' 123.45
Was testing: test g format specifier



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