Skip to content

Commit

Permalink
Removed unused parameter
Browse files Browse the repository at this point in the history
Fallout from 3d7e49f

#902
  • Loading branch information
debarshiray committed Apr 22, 2024
1 parent 12c23ed commit 7985d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/bats-core/bats-exec-file
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ fi
# requires the test list to be read but not empty
bats_create_file_tempdirs

bats_preprocess_source "$filename"
bats_preprocess_source # uses BATS_TEST_FILENAME

trap bats_interrupt_trap INT
bats_run_setup_file
Expand Down

0 comments on commit 7985d98

Please sign in to comment.