Skip to content

Commit

Permalink
Prevent flags from being inherited across bash selftest runs
Browse files Browse the repository at this point in the history
on windows this makes a test fail
  • Loading branch information
martin-schulze-vireso committed May 28, 2022
1 parent 90796ce commit 8890d4f
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
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eET

export flags=('--dummy-flag')
flags=('--dummy-flag')
num_jobs=${BATS_NUMBER_OF_PARALLEL_JOBS:-1}
filter=''
extended_syntax=''
Expand Down

0 comments on commit 8890d4f

Please sign in to comment.