about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/Z02zmathfunc.ztst8
1 files changed, 7 insertions, 1 deletions
diff --git a/Test/Z02zmathfunc.ztst b/Test/Z02zmathfunc.ztst
index 05e28c07a..2be770a13 100644
--- a/Test/Z02zmathfunc.ztst
+++ b/Test/Z02zmathfunc.ztst
@@ -44,7 +44,13 @@
 ?(eval):1: wrong number of arguments: max()
 
  zsh_math_func_min "foo bar" x y z
-2dDf:check errors from an unsupported use-case (workers/48156)
+2d:check errors from an unsupported use-case (workers/48156)
+# We expect one non-empty line of stderr, but don't care about the specific
+# error message; thus, the expectation is a pattern (*), for stderr (?), which
+# matches any non-empty string (?*).
+#
+# Sorry, Perl, but I had to give you a run for your money.
+*??*
 F:Calling zsh_math_func_min directly isn't a supported use-case, but if it
 F:returns zero, something's probably wrong.