about summary refs log tree commit diff
path: root/Test/A06assign.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-02-02 17:03:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-02-02 17:03:50 +0000
commit3fc610c59fb74e1510a69605b01b2f3f8f51079f (patch)
tree9deccb3bcdfac2122a3c43d161a09e94724216b9 /Test/A06assign.ztst
parentfacf0309bb9c6a0f1fd3641f0006065789b4b7b8 (diff)
downloadzsh-3fc610c59fb74e1510a69605b01b2f3f8f51079f.tar.gz
zsh-3fc610c59fb74e1510a69605b01b2f3f8f51079f.tar.xz
zsh-3fc610c59fb74e1510a69605b01b2f3f8f51079f.zip
Test -nt and FOO=BAR BAR=FOO echo bugs
Diffstat (limited to 'Test/A06assign.ztst')
-rw-r--r--Test/A06assign.ztst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Test/A06assign.ztst b/Test/A06assign.ztst
index 3093c35ca..bbed909c5 100644
--- a/Test/A06assign.ztst
+++ b/Test/A06assign.ztst
@@ -264,3 +264,16 @@
 >hello
 >hello
 >hello
+
+ repeat 10 FOO=BAR BAR=FOO echo $FOO $BAR
+0:save and restore multiple variables around builtin
+>
+>
+>
+>
+>
+>
+>
+>
+>
+>