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

in 4.0.6 a (make...)test breaks if 'LANG!=C' :-)



Hi!

This ist just a 'microscopic buglet' but surprising:

I just configured/made/tested the new 4.0.6 and one test
gave me:
----------------------------------------------------------------------
./D06subscript.ztst: all tests successful.
./E01options.ztst: starting.
*** /tmp/zsh.ztst.err.9205      Wed Aug 14 19:38:28 2002
--- /tmp/zsh.ztst.terr.9205     Wed Aug 14 19:38:28 2002
***************
*** 1,2 ****
! ZTST_execchunk:cd:2: no such file or directory: cdablevar1
! ZTST_execchunk:cd:2: no such file or directory: cdablevar2
--- 1,2 ----
! ZTST_execchunk:cd:2: datei oder Verzeichnis nicht gefunden: cdablevar1
! ZTST_execchunk:cd:2: datei oder Verzeichnis nicht gefunden: cdablevar2
Test ./E01options.ztst failed: error output differs from
expected as shown above for:
  setopt cdablevars
  # only absolute paths are eligible for ~-expansion
  cdablevar1=tmpcd
  (cd cdablevar1)
  cdablevar2=$PWD/tmpcd
  cd cdablevar2
  cd ..
  print back in ${PWD:t}
  unsetopt cdablevars
  cd cdablevar2
Was testing: CDABLE_VARS option
----------------------------------------------------------------------

So you'll have to set 'LANG=C' some place in the testing-system!

Greetings,   sincerely yours      Stucki

-- 
Christoph von Stuckrad     * * |nickname |<stucki@xxxxxxxxxxxxxxxxx>\
Freie Universitaet Berlin  |/_*|'stucki' |Tel(days):+49 30 838-75 459|
Fachbereich Mathematik, EDV|\ *|if online|Tel(else):+49 30 77 39 6600|
Arnimallee 2-6/14195 Berlin* * |on IRCnet|Fax(alle):+49 30 838-75454/



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