diff options
Diffstat (limited to 'debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch')
-rw-r--r-- | debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch b/debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch new file mode 100644 index 000000000..4e4f1a9b1 --- /dev/null +++ b/debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch @@ -0,0 +1,16 @@ +Description: Make A05execution.ztst not fail if setopt MONITOR fails +Author: Bart E. Schaefer <schaefer@brasslantern.com> + +diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst +index ba7e02c..61f6f5a 100644 +--- a/Test/A05execution.ztst ++++ b/Test/A05execution.ztst +@@ -179,7 +179,7 @@ + 0:Status reset by starting a backgrounded command + >0 + +- setopt MONITOR ++ { setopt MONITOR } 2>/dev/null + [[ -o MONITOR ]] || print -u $ZTST_fd 'Unable to change MONITOR option' + repeat 2048; do (return 2 | + return 1 | |