summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-12-16 00:56:16 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-12-16 00:59:57 +0000
commit6bdb2e1debbaeefb71dc8014b5caa01d8ad3a675 (patch)
tree796d04955f87d2a6232694a6ee1ca48963583180
parentc3e43541c0584a98186189a8525c9d67fdaee13f (diff)
downloadzsh-6bdb2e1debbaeefb71dc8014b5caa01d8ad3a675.tar.gz
zsh-6bdb2e1debbaeefb71dc8014b5caa01d8ad3a675.tar.xz
zsh-6bdb2e1debbaeefb71dc8014b5caa01d8ad3a675.zip
40203: Resolve 'printf --' question from grandparent commit (thanks Chet).
-rw-r--r--ChangeLog5
-rw-r--r--Test/B03print.ztst2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 514ff3c53..53d69d205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 40203: Test/B03print.ztst: Resolve 'printf --' question from
+	grandparent commit (thanks Chet).
+
 2016-12-15  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 40198: Test/V10private.ztst: output of B02typeset differs when
diff --git a/Test/B03print.ztst b/Test/B03print.ztst
index 7a43f9ca2..c65568ad9 100644
--- a/Test/B03print.ztst
+++ b/Test/B03print.ztst
@@ -334,5 +334,3 @@
 0:regression test of printf with assorted ambiguous options or formats
 >------x
 ?(eval):printf:3: not enough arguments
-F:There is some question whether "printf --" should be an error as above,
-F:or should treat "--" as the format string.  Bash agrees on the error.