about summary refs log tree commit diff
path: root/Test/A01grammar.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-05-29 14:50:28 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-05-29 14:50:28 +0000
commit52e5a75a7a8a4a16579e708a006f6346ce765aeb (patch)
treee4e6e92d27c96845720c36114e842cfbc92eef92 /Test/A01grammar.ztst
parent29b7123647bc3b70911bbb2caf85238d22d160c8 (diff)
downloadzsh-52e5a75a7a8a4a16579e708a006f6346ce765aeb.tar.gz
zsh-52e5a75a7a8a4a16579e708a006f6346ce765aeb.tar.xz
zsh-52e5a75a7a8a4a16579e708a006f6346ce765aeb.zip
23486: use {fd} syntax to get fd's for tests
Diffstat (limited to 'Test/A01grammar.ztst')
-rw-r--r--Test/A01grammar.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst
index 22b6f9c88..41cbe6d8b 100644
--- a/Test/A01grammar.ztst
+++ b/Test/A01grammar.ztst
@@ -452,7 +452,7 @@
 >chrysanthemum contains an e
 >Zanzibar either begins with a or an upper case letter
 
-  print 'This test hangs the shell when it fails...' >&8
+  print -u $ZTST_fd 'This test hangs the shell when it fails...'
   name=0
 # The number 4375 here is chosen to produce more than 16384 bytes of output
   while (( name < 4375 )); do