about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/B03print.ztst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst
index 92a24d6b6..48574c227 100644
--- a/Test/B03print.ztst
+++ b/Test/B03print.ztst
@@ -105,10 +105,9 @@
 0:numeric value of high numbered character
 >f0
 
-# code will probably be changed to print the literal `%s' in this case
  printf '\x25s\n' arg
-0:using \x25 to introduce a format specifier
->arg
+0:using \x25 to print a literal % in format
+>%s
 
  printf '%3c\n' c
 0:width specified in format specifier