about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-07-10 15:50:01 +0100
committerPeter Stephenson <pws@zsh.org>2015-07-10 15:50:01 +0100
commit541e7ad68c89d0867cdf70742ee9a26cc4e9b28b (patch)
tree9ccec6a3514e5cd0da6613e54b0ed47639c1410f /Test
parent9152ff3b46a167e2ad7a1fb8a8cef313b45b456b (diff)
downloadzsh-541e7ad68c89d0867cdf70742ee9a26cc4e9b28b.tar.gz
zsh-541e7ad68c89d0867cdf70742ee9a26cc4e9b28b.tar.xz
zsh-541e7ad68c89d0867cdf70742ee9a26cc4e9b28b.zip
unposted: another ZTST_skip
Diffstat (limited to 'Test')
-rw-r--r--Test/D07multibyte.ztst3
1 files changed, 1 insertions, 2 deletions
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