summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Test/D07multibyte.ztst3
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a7d71225c..2c150dc9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst
index 5f9e8abcf..644d28046 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -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