chiark / gitweb /
test-fileio: replace mktemp with mkstemp to avoid warnings
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 11 Dec 2013 23:06:30 +0000 (00:06 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 12 Dec 2013 01:46:09 +0000 (02:46 +0100)
commitd514feaa872820d5cb4e9321ad32673c09fbb3f4
tree04caa9838bf139b46a2c4409030132d08eaa24ec
parentd78bf250b0e31b42eb8b86ebe3ee775b247bfcf8
test-fileio: replace mktemp with mkstemp to avoid warnings

This is a fairly useless thing to do but it makes the compilers
and analyzers shut up about the use of mktemp.
src/test/test-fileio.c