mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
Remove unnecessary assignment and blank line
This commit is contained in:
parent
d1f9165ba0
commit
adf559ec40
|
@ -244,8 +244,6 @@ bats_exit_trap() {
|
|||
local skipped
|
||||
trap - err exit
|
||||
|
||||
|
||||
skipped=""
|
||||
if [ -n "$BATS_TEST_SKIPPED" ]; then
|
||||
skipped=" # skip"
|
||||
if [ "1" != "$BATS_TEST_SKIPPED" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user