1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 12:38:26 +02:00

Remove unused variable

This commit is contained in:
Sam Stephenson 2013-11-04 14:00:58 -06:00
parent 4a187385d2
commit ddd03ab852

View File

@ -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