mattly / bork

the Bash-Operated Reconciling Kludge
Other
218 stars 29 forks source link

tests fail with busybox's mktemp #97

Closed jitakirin closed 6 years ago

jitakirin commented 6 years ago

it doesn't like it if TEMPLATE has less than 6 X's, like:

test/helpers.sh#L12

baking_file=$(mktemp -t bork_test.XXXXX)