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/E01options.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/E01options.ztst') diff --git a/Test/E01options.ztst b/Test/E01options.ztst index 5bbf1b590..f8ab297c0 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -668,7 +668,7 @@ >hello # This tests for another race in multios. - print 'This test hangs the shell when it fails...' >&8 + print -u $ZTST_fd 'This test hangs the shell when it fails...' setopt multios echo These are the contents of the file >multio_race.out multio_race_fn() { cat; } -- cgit 1.4.1