about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
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