From 52e5a75a7a8a4a16579e708a006f6346ce765aeb Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 29 May 2007 14:50:28 +0000 Subject: 23486: use {fd} syntax to get fd's for tests --- Test/A01grammar.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/A01grammar.ztst') 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 -- cgit 1.4.1