1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 19:52:37 +01:00

Remove unnecessary assignment and blank line

This commit is contained in:
Jason Grosz 2017-10-02 14:53:47 -05:00
parent d1f9165ba0
commit adf559ec40

View File

@ -244,8 +244,6 @@ bats_exit_trap() {
local skipped local skipped
trap - err exit trap - err exit
skipped=""
if [ -n "$BATS_TEST_SKIPPED" ]; then if [ -n "$BATS_TEST_SKIPPED" ]; then
skipped=" # skip" skipped=" # skip"
if [ "1" != "$BATS_TEST_SKIPPED" ]; then if [ "1" != "$BATS_TEST_SKIPPED" ]; then