]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/trap.right
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / tests / trap.right
index 72f3b6d28ebdbdda4cb7a16a221ca9499c8b9c29..6e357d9abb67617cfc5edb9e53f22b50df05a812 100644 (file)
@@ -64,8 +64,6 @@ before false in trap2a.sub
 after false in trap2a.sub
 command substitution
 caught a child death
-caught a child death
-caught a child death
 trap -- 'echo caught a child death' SIGCHLD
 trap -- 'echo exiting' EXIT
 trap -- 'echo aborting' SIGABRT