Skip to content

Commit 2610faa

Browse files
committed
Make windows happy when running tests
1 parent 54da88f commit 2610faa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
CMakeLists.txt.user
77
/deps/deps.jl
88
/test/test.sqlite
9+
/test/test2.sqlite

test/datastreams.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454

5555
# SQLite
5656
dbfile = joinpath(DSTESTDIR, "randoms.sqlite")
57-
dbfile2 = joinpath(dirname(@__FILE__),"test.sqlite")
57+
dbfile2 = joinpath(dirname(@__FILE__),"test2.sqlite")
5858
cp(dbfile, dbfile2; remove_destination=true)
5959
db2 = SQLite.DB(dbfile2)
6060
SQLite.createtable!(db2, "randoms2_small", Data.schema(SQLite.Source(db2, "select * from randoms_small")))

0 commit comments

Comments
 (0)