From ead199291f0d217f436983261f543536ad433f67 Mon Sep 17 00:00:00 2001 From: Jun T Date: Mon, 4 Jan 2016 22:29:37 -0800 Subject: 37501 (+ revise test): correct byte counts when simulating memstream via temp file --- Test/B03print.ztst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Test') diff --git a/Test/B03print.ztst b/Test/B03print.ztst index 2e9bf99e5..befe2f2dd 100644 --- a/Test/B03print.ztst +++ b/Test/B03print.ztst @@ -304,9 +304,9 @@ unset foo print -v foo once more - print -r -- $foo - printf -v foo "%s-" into the breach - print -r -- $foo + typeset -p foo + printf -v foo "%s\0%s-" into the breach + typeset -p foo 0:print and printf into a variable ->once more ->into-the-breach- +>typeset foo='once more' +>typeset foo=$'into\C-@the-breach\C-@-' -- cgit 1.4.1