diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A05execution.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst index 589815f7c..042b2d0a5 100644 --- a/Test/A05execution.ztst +++ b/Test/A05execution.ztst @@ -254,7 +254,7 @@ F:anonymous function, and a descriptor leak when backgrounding a pipeline # other words, we rely on the test working repeatedly rather than just # once. The monitor option is irrelevant to the logic, so we'll make # our job easier by turning it off. - unsetopt monitor + { unsetopt MONITOR } 2>/dev/null (exit 1) & one=$! (exit 2) & |