about summary refs log tree commit diff
path: root/Test/B03print.ztst
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-03-07 13:29:49 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-03-07 13:29:49 +0000
commit3ee4759f28ab7248790f66516e3a44bd50da1a1e (patch)
tree3fd1ddd8897043736f4f74a3e8cf13cb580fe6d6 /Test/B03print.ztst
parent2ab4ce8e65c30a0a8e9c307c4ee10e11386d1fa6 (diff)
downloadzsh-3ee4759f28ab7248790f66516e3a44bd50da1a1e.tar.gz
zsh-3ee4759f28ab7248790f66516e3a44bd50da1a1e.tar.xz
zsh-3ee4759f28ab7248790f66516e3a44bd50da1a1e.zip
19549: correct buffer size for printf spec
Diffstat (limited to 'Test/B03print.ztst')
-rw-r--r--Test/B03print.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst
index 9a22f2207..5eb94a27e 100644
--- a/Test/B03print.ztst
+++ b/Test/B03print.ztst
@@ -149,7 +149,7 @@
 0:%n count zeroed on format reuse
 >1
 
-# this should fill spec string with '%0+- #*.*d\0' - 11 characters
+# this may fill spec string with '%0+- #*.*lld\0' - 13 characters
  printf '%1$0+- #-08.5dx\n' 123
 0:maximal length format specification
 >+00123  x