aboutsummaryrefslogtreecommitdiff
path: root/mssql/custom/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mssql/custom/makefile')
-rw-r--r--mssql/custom/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mssql/custom/makefile b/mssql/custom/makefile
index e9fa371..9acc2f5 100644
--- a/mssql/custom/makefile
+++ b/mssql/custom/makefile
@@ -68,7 +68,7 @@ $(dist):
#
$(test): $(driver) $(src_base)/test.std
$(call schema)
- $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options \
+ $(call message,test $<,$< --options-file $(dcf_root)/mssql.options \
>$(out_base)/test.out)
$(call message,,diff -u $(src_base)/test.std $(out_base)/test.out)
$(call message,,rm -f $(out_base)/test.out)