Fix build action
This commit is contained in:
parent
074384e304
commit
b15181b80c
3 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#-*- coding: iso-8859-1 -*-
|
||||
# pysqlite2/test/dbapi.py: tests for DB-API compliance
|
||||
#
|
||||
# Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
|
||||
# Copyright (C) 2004-2010 Gerhard H<EFBFBD>ring <gh@ghaering.de>
|
||||
#
|
||||
# This file is part of pysqlite.
|
||||
#
|
||||
|
|
@ -26,7 +26,7 @@ import unittest
|
|||
from sqlcipher3 import dbapi2 as sqlite
|
||||
|
||||
#from test.support import TESTFN, unlink
|
||||
TESTFN = '/tmp/pysqlite3_test'
|
||||
TESTFN = 'pysqlite3_test'
|
||||
from os import unlink
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue