From d290874c481175d184f6fbdee65ada209034737f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 7 Dec 2015 10:36:45 +0000 Subject: 37335: fix tests after 34314 --- Test/D04parameter.ztst | 4 ++-- Test/V09datetime.ztst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Test') diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index a3c5d71df..2b46e069d 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -396,9 +396,9 @@ >Instead Here I Am Stuck By The Computer foo=$'\x7f\x00' - print ${(V)foo} + print -r -- ${(V)foo} 0:${(V)...} ->^?^@ +>\C-?\C-@ foo='playing '\''stupid'\'' "games" \w\i\t\h $quoting.' print -r ${(q)foo} diff --git a/Test/V09datetime.ztst b/Test/V09datetime.ztst index 63ff4ee23..831421dc3 100644 --- a/Test/V09datetime.ztst +++ b/Test/V09datetime.ztst @@ -69,6 +69,6 @@ >090 >1 - print ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"} + print -r -- ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"} 0:Embedded nulls ->1973^@03^@03 +>1973\C-@03\C-@03 -- cgit 1.4.1