mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
Remove unused variable
This commit is contained in:
parent
4a187385d2
commit
ddd03ab852
|
@ -226,7 +226,6 @@ bats_perform_test() {
|
|||
|
||||
BATS_TEST_COMPLETED=""
|
||||
BATS_TEARDOWN_COMPLETED=""
|
||||
BATS_ERROR_LINE=""
|
||||
trap "bats_capture_stack_trace \"\$BASH_SOURCE\" \$LINENO" debug
|
||||
trap "bats_error_trap" err
|
||||
trap "bats_teardown_trap" exit
|
||||
|
|
Loading…
Reference in New Issue
Block a user