Skip to content

Commit

Permalink
Make Firebird test reference correct database
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Oct 24, 2023
1 parent 9bcc5f8 commit 33485b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/firebird/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ soci_backend_test(
BACKEND Firebird
DEPENDS Firebird
SOURCE test-firebird.cpp ${SOCI_TESTS_COMMON}
CONNSTR "service=/tmp/test.fdb user=SYSDBA password=masterkey")
CONNSTR "service=/tmp/soci_test.fdb user=SYSDBA password=masterkey")

0 comments on commit 33485b9

Please sign in to comment.