]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20190802 snapshot
authorChet Ramey <chet.ramey@case.edu>
Mon, 5 Aug 2019 13:04:38 +0000 (09:04 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 5 Aug 2019 13:04:38 +0000 (09:04 -0400)
tests/trap.right
tests/trap3.sub

index 41658293135a9a0fc81a396018fb98b8fa45caf5..e12d61861c9bfa7ff2f27db0b1c0f0c8851ba541 100644 (file)
@@ -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
index 0df44550e3d384559f74cd7ac04b9ef8cadf78dc..1490a76bb60cc9f5168bd7907e1b36415321ecec 100644 (file)
@@ -5,5 +5,5 @@ set -x
 
 echo 1
 echo 2
-echo 3 | cat | false
+false | false | false
 echo 4