Skip to content

Commit

Permalink
Merge pull request #19 from KlfJoat/tmpdir-update
Browse files Browse the repository at this point in the history
fix: use $BATS_RUN_TMPDIR for $BATS_MOCK_TMPDIR
  • Loading branch information
pzeballos authored Feb 13, 2024
2 parents 058e595 + 066295f commit 4554c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stub.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BATS_MOCK_TMPDIR="${BATS_TMPDIR}"
BATS_MOCK_TMPDIR="${BATS_RUN_TMPDIR}"
BATS_MOCK_BINDIR="${BATS_MOCK_TMPDIR}/bin"

BATS_MOCK_REAL_mkdir=$(which mkdir)
Expand Down

0 comments on commit 4554c14

Please sign in to comment.