about summary refs log tree commit diff
path: root/Test/A04redirect.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-07-09 18:31:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-07-09 18:31:24 +0000
commit7060b34457f579864bddbe1caa3e3cdfea6981e2 (patch)
tree928f53c3e47e536f49beb26ae15a36a41a872c0a /Test/A04redirect.ztst
parent4872ed50868379e769ce905a4af3ae7dfcef09d7 (diff)
downloadzsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.gz
zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.xz
zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.zip
15334: use string "(eval)" as script name in debugging messages in eval's
Diffstat (limited to 'Test/A04redirect.ztst')
-rw-r--r--Test/A04redirect.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/A04redirect.ztst b/Test/A04redirect.ztst
index 08b67ad14..2c3bd12ca 100644
--- a/Test/A04redirect.ztst
+++ b/Test/A04redirect.ztst
@@ -189,7 +189,7 @@
   unset NULLCMD
   >out1
 1:null redir with NULLCMD unset
-?ZTST_execchunk:2: redirection with no command
+?(eval):2: redirection with no command
 
   echo this should still work >out1
   print "$(<out1)"
@@ -200,7 +200,7 @@
   print cat input >out1
   <out1
 1:READNULLCMD with NULLCMD unset
-?ZTST_execchunk:3: redirection with no command
+?(eval):3: redirection with no command
 
   NULLCMD=:
   >out1