diff --git a/ChangeLog b/ChangeLog index 514ff3c53..53d69d205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-12-16 Daniel Shahaf + + * 40203: Test/B03print.ztst: Resolve 'printf --' question from + grandparent commit (thanks Chet). + 2016-12-15 Barton E. Schaefer * 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.