Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / tests / trap.right
index 72f3b6d..6e357d9 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