]> git.ipfire.org Git - location/libloc.git/commit
test: Generate random temporary files
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 May 2020 14:17:00 +0000 (14:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 May 2020 14:17:00 +0000 (14:17 +0000)
commit6254dca603544690c3ee71e605d560ca24d75dc3
treed615da854cf31a8101609b4f0829dc7f6ac42e29
parent9b2971cbc7057302ccdac432c5b9db6cee2a0aa4
test: Generate random temporary files

Debian runs the testsuite in parallel which fails when mutliple
process write to the same file at the same time.

This patch will now create and later delete a temporary file.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/test-as.c
src/test-country.c
src/test-database.c
src/test-network.c
src/test-signature.c