unposted: another ZTST_skip

This commit is contained in:
Peter Stephenson 2015-07-10 15:50:01 +01:00
parent 9152ff3b46
commit 541e7ad68c
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2015-07-10 Peter Stephenson <p.stephenson@samsung.com>
* unpsoted: another ZTST_skip.
* 35760: Test/A01grammar.ztst, Test/C02cond.ztst,
Test/V09datetime.ztst, Test/ztst.zsh: ZTST_skip
can be used to skip test case.

View file

@ -490,8 +490,7 @@
[[ $'\ua0' =~ $'^\ua0$' ]] && print OK
[[ $'\ua0'X =~ '^X$' ]] || print OK
else
print -u$ZTST_fd "Regexp test skipped, regexp library not found."
print -l OK OK OK
ZTST_skip="regexp library not found."
fi
0:Ensure no confusion on metafied input to regex module
>OK