summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--odb-tests/build/root.build4
-rw-r--r--odb-tests/evolution/drop-column/testscript1
3 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 27ea4be..634680f 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ bdep init @mysql -d libodb -d libodb-mysql -d odb-tests ?sys:libmysqlclient { @h
```
Note that the client libraries and tools for Oracle and Microsoft SQL Server
-are supposed to be system-installed.
+are expected to be system-installed.
You can also create a target configuration for testing multi-database
support. For example:
diff --git a/odb-tests/build/root.build b/odb-tests/build/root.build
index 3ebe63a..40efec0 100644
--- a/odb-tests/build/root.build
+++ b/odb-tests/build/root.build
@@ -257,7 +257,7 @@ if! $skeleton
# Import the sqlplus client for creating the database schemas, etc.
#
- # Note: supposed to be system-installed.
+ # Note: expected to be system-installed.
#
if $oracle
{
@@ -267,7 +267,7 @@ if! $skeleton
# Import the sqlcmd client for creating the database schemas, etc.
#
- # Note: supposed to be system-installed.
+ # Note: expected to be system-installed.
#
if $mssql
{
diff --git a/odb-tests/evolution/drop-column/testscript b/odb-tests/evolution/drop-column/testscript
index 8286788..bfda778 100644
--- a/odb-tests/evolution/drop-column/testscript
+++ b/odb-tests/evolution/drop-column/testscript
@@ -6,7 +6,6 @@
test.arguments += $($(db)_options)
-
: basics
:
if! $sqlite