summaryrefslogtreecommitdiffstats
path: root/keystone/common
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/common')
-rw-r--r--keystone/common/sql/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/sql/util.py b/keystone/common/sql/util.py
index a181c284..5dfe585e 100644
--- a/keystone/common/sql/util.py
+++ b/keystone/common/sql/util.py
@@ -12,7 +12,7 @@ CONF = config.CONF
def setup_test_database():
# TODO(termie): be smart about this
try:
- os.unlink('bla.db')
+ os.unlink('test.db')
except Exception:
pass
migration.db_sync()