From 7fb78add9d69ce09522554c2a16e84719cd3e49e Mon Sep 17 00:00:00 2001 From: Florent Flament Date: Tue, 31 Dec 2013 16:23:43 +0100 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 775948d2..9f14a9f5 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ doc/source/api # Development environment files .project .pydevproject +# Temporary files created during test, but not removed +examples/pki/certs/tmp* \ No newline at end of file