From: Chet Ramey Date: Mon, 5 Aug 2019 13:04:38 +0000 (-0400) Subject: commit bash-20190802 snapshot X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c39fa08abaa7e9b23c1760a5a3be893cbd33aef;p=thirdparty%2Fbash.git commit bash-20190802 snapshot --- diff --git a/tests/trap.right b/tests/trap.right index 416582931..e12d61861 100644 --- a/tests/trap.right +++ b/tests/trap.right @@ -76,8 +76,8 @@ ERRTRAP 1 +[7] echo 2 2 -+[8] echo 3 -+[8] cat ++[8] false ++[8] false +[8] false ++[8] echo trap: 8 trap: 8 diff --git a/tests/trap3.sub b/tests/trap3.sub index 0df44550e..1490a76bb 100644 --- a/tests/trap3.sub +++ b/tests/trap3.sub @@ -5,5 +5,5 @@ set -x echo 1 echo 2 -echo 3 | cat | false +false | false | false echo 4