about summary refs log tree commit diff
path: root/Test/05command.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/05command.ztst')
-rw-r--r--Test/05command.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/05command.ztst b/Test/05command.ztst
index 958106493..8df04b027 100644
--- a/Test/05command.ztst
+++ b/Test/05command.ztst
@@ -116,7 +116,7 @@
     }
     :
     unfunction TRAPDEBUG
-  }' > fn
+  ' > fn
   autoload fn
   fn
   rm fn
@@ -128,7 +128,7 @@
   print 'trap '\''print Line $LINENO'\'' DEBUG
     :
     trap - DEBUG
-  }' > fn
+  ' > fn
   autoload fn
   fn
   rm fn