Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false-negative test case for __bp_install
This is an oversight of changing `trap DEBUG` to `trap - DEBUG` in #106 The oversight did not cause a test error because the test always succeeds. The problem is that even if __bp_install is broken and fails to remove `trap - DEBUG`, the current test case failed to detect the failure and produce a false negative. This patch fixes it.
- Loading branch information