aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3_test.go')
-rw-r--r--sqlite3_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/sqlite3_test.go b/sqlite3_test.go
index 90bee51..22b9c21 100644
--- a/sqlite3_test.go
+++ b/sqlite3_test.go
@@ -13,7 +13,6 @@ import (
"io/ioutil"
"net/url"
"os"
- "path/filepath"
"reflect"
"regexp"
"strings"
@@ -796,7 +795,7 @@ func TestTimezoneConversion(t *testing.T) {
}
func TestSuite(t *testing.T) {
- tempFilename := TempFilename()
+ tempFilename := TempFilename(t)
db, err := sql.Open("sqlite3", tempFilename+"?_busy_timeout=99999")
if err != nil {
t.Fatal(err)