Minor typo/grammar fixes
This commit is contained in:

committed by
Roland C. Dowdeswell

parent
28b6b96e09
commit
7c16ce3457
@@ -41,7 +41,7 @@ EGREP="@EGREP@"
|
||||
default_db_type=@default_db_type@
|
||||
db_type=${1:-${default_db_type}}
|
||||
|
||||
# If there is no useful db support compile in, disable test
|
||||
# If there is no useful db support compiled in, disable test
|
||||
./have-db || exit 77
|
||||
|
||||
R=EXAMPLE.ORG
|
||||
|
@@ -41,7 +41,7 @@ db_type=${1:-${default_db_type}}
|
||||
|
||||
testfailed="echo test failed; cat messages.log; exit 1"
|
||||
|
||||
# If there is no useful db support compile in, disable test
|
||||
# If there is no useful db support compiled in, disable test
|
||||
../db/have-db || exit 77
|
||||
|
||||
R=TEST.H5L.SE
|
||||
|
@@ -37,7 +37,7 @@
|
||||
srcdir="@srcdir@"
|
||||
objdir="@objdir@"
|
||||
|
||||
# If there is no useful db support compile in, disable test
|
||||
# If there is no useful db support compiled in, disable test
|
||||
./have-db || exit 77
|
||||
|
||||
R=EXAMPLE.ORG
|
||||
|
Reference in New Issue
Block a user