about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-07 10:36:45 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-07 10:36:45 +0000
commitd290874c481175d184f6fbdee65ada209034737f (patch)
tree172bb0a9bd69e02cfd3f74bb070c65a3ba774d09 /Test
parentdfd761058e5b187c6ec9e8695cd93d64799ccd69 (diff)
downloadzsh-d290874c481175d184f6fbdee65ada209034737f.tar.gz
zsh-d290874c481175d184f6fbdee65ada209034737f.tar.xz
zsh-d290874c481175d184f6fbdee65ada209034737f.zip
37335: fix tests after 34314
Diffstat (limited to 'Test')
-rw-r--r--Test/D04parameter.ztst4
-rw-r--r--Test/V09datetime.ztst4
2 files changed, 4 insertions, 4 deletions
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