Fix auth_token middleware test invalid cross-device link issue

Fixes path of temporary files, containing token revocation lists,
which weren't in the appropriate directory. File renaming now works
properly since source and destination files are in the same directory,
and therefore on the same partition.

Added to .gitignore temporary files generated during tests, that are
not being removed at the end of test.

Change-Id: I21ff81419313f4205ebe552556e27b86135fd096
Closes-Bug: #1265190
This commit is contained in:
Florent Flament 2013-12-31 16:23:43 +01:00
parent df785066b3
commit 7fb78add9d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -20,3 +20,5 @@ doc/source/api
# Development environment files # Development environment files
.project .project
.pydevproject .pydevproject
# Temporary files created during test, but not removed
examples/pki/certs/tmp*