bats-file icon indicating copy to clipboard operation
bats-file copied to clipboard

Pass different parameters to mktemp on OSX

Open mlopes opened this issue 7 years ago • 3 comments

mlopes avatar Jun 15 '17 18:06 mlopes

Fixes #3

mlopes avatar Jun 15 '17 18:06 mlopes

Any updates on getting this merged, @ztombol?

nwinkler avatar Oct 05 '17 06:10 nwinkler

@mlopes since it seems this repo is not longer maintained, I started my own fork and working on some changes there: https://github.com/peshay/bats-file/tree/patch-1 I'll also integrate your suggestion from here to use mktemp -d -- "${BATS_TMPDIR}${template}" 2>&1 but I make no difference for Darwin OS or not, because it works for all systems. Actually still 3 tests fail for me on macOS and I need to further investigate

peshay avatar Sep 22 '18 17:09 peshay