diff --git a/test.cmd b/test.cmd index 08ec763..024e8f1 100644 --- a/test.cmd +++ b/test.cmd @@ -12,6 +12,6 @@ evalPy "import test2" evalPy "test2.addDrv('AAAA')" evalPy "test2.addDrv('BBBB')" -dbLoadRecords("db/test1.db","P=md:") +dbLoadRecords("db/test.db","P=md:") iocInit() diff --git a/testApp/Makefile b/testApp/Makefile index c667289..0fe6214 100644 --- a/testApp/Makefile +++ b/testApp/Makefile @@ -10,7 +10,7 @@ include $(TOP)/configure/CONFIG #---------------------------------------------------- # Create and install (or just install) into /db # databases, templates, substitutions like this -DB += test1.db +DB += test.db #---------------------------------------------------- # If .db template is not named *.template add diff --git a/testApp/test1.db b/testApp/test.db similarity index 100% rename from testApp/test1.db rename to testApp/test.db