From 1ba0fff93cc1aea65b61eacef32c6cefe8d7b7c8 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 2 Dec 2023 15:14:12 -0800 Subject: 52360: simplify and improve bad-descriptor detection in %prep section --- Test/A04redirect.ztst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Test') diff --git a/Test/A04redirect.ztst b/Test/A04redirect.ztst index 17f6dfa29..dc62efab3 100644 --- a/Test/A04redirect.ztst +++ b/Test/A04redirect.ztst @@ -3,9 +3,8 @@ %prep mkdir redir.tmp && cd redir.tmp - myfd=99 - (echo >&$myfd) 2>msg - bad_fd_msg="${$(