diff options
-rw-r--r-- | Test/B03print.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst index cd23dba28..d6dea5a3d 100644 --- a/Test/B03print.ztst +++ b/Test/B03print.ztst @@ -142,7 +142,7 @@ print -m -f 'format - %s.\n' 'z' a b c 0:format not printed if no arguments left after -m removal - print -f 'format - %s.\n' + print -f 'format - %s%b.\n' 0:format printed despite lack of arguments >format - . |