Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
New test failure
- X-seq: zsh-workers 30254
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: New test failure
- Date: Wed, 22 Feb 2012 08:59:47 -0500
- Authentication-results: mr.google.com; spf=pass (google.com: domain of ethersoft@xxxxxxxxx designates 10.60.28.36 as permitted sender) smtp.mail=ethersoft@xxxxxxxxx; dkim=pass header.i=ethersoft@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=mime-version:sender:date:x-google-sender-auth:message-id:subject         :from:to:content-type;        bh=kOJqgdmml/a3MLxXf9R/18KhVvbf/JRnPmFPksAfE6Y=;        b=xtgi0oBujieda5HD+ZTgxap0IpDIXUmhIrZsilChcbmGMBOcL9WQ0dwEA97p6J1bxp         eqY/JCYsvPo8hBlZkRkVUJ6cHUJvZWNcjZ1IRO+/wGiYcBaxxYvhaObCMgdoCa0o6+02         gJ9ShZTmuvyDuP0tNVxt9WtYbk/8zLfdzx3CE=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
I didn't follow the discussion closely, but I think the recent
shwordsplit changes require a test update:
Running test: SH_WORD_SPLIT inside $(...) inside ${...}
*** /tmp/zsh.ztst.out.31468     Wed Feb 22 08:49:19 2012
--- /tmp/zsh.ztst.tout.31468    Wed Feb 22 08:49:19 2012
***************
*** 1 ****
! _'one' 'two' 'three'_
--- 1,3 ----
! _'one'
! 'two'
! 'three'_
Test /opt/src/zsh-2012-02-22/Test/D04parameter.ztst failed: output
differs from expected as shown above for:
  (setopt shwordsplit # ensure this doesn't get set in main shell...
  test_splitting ()
  {
    array="one two three"
    for e in $array; do
      echo "'$e'"
    done
  }
  test_split_var=
  : ${test_split_var:=$(test_splitting)}
  echo "_${test_split_var}_")
Was testing: SH_WORD_SPLIT inside $(...) inside ${...}
/opt/src/zsh-2012-02-22/Test/D04parameter.ztst: test failed.
  - Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author