Minor typo/grammar fixes

This commit is contained in:
Quanah Gibson-Mount
2017-03-10 12:37:16 -08:00
committed by Roland C. Dowdeswell
parent 28b6b96e09
commit 7c16ce3457
34 changed files with 40 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ env_setup="@env_setup@"
. ${env_setup}
# 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
./test_can TEST.H5L.SE heim-0.8 || exit 1

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -40,7 +40,7 @@ objdir="@objdir@"
. ${env_setup}
# 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

View File

@@ -40,7 +40,7 @@ objdir="@objdir@"
. ${env_setup}
# 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

View File

@@ -40,7 +40,7 @@ objdir="@objdir@"
. ${env_setup}
# 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

View File

@@ -40,7 +40,7 @@ objdir="@objdir@"
. ${env_setup}
# 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

View File

@@ -40,7 +40,7 @@ objdir="@objdir@"
. ${env_setup}
# 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

View File

@@ -33,7 +33,7 @@ objdir="@objdir@"
. ${env_setup}
# If there is no useful db support compile in, disable test
# If there is no useful db support compiled in, disable test
# (krb5_kt_get_entry() is tested in another test)
${have_db} || exit 77

View File

@@ -43,7 +43,7 @@ unset KRB5CCNAME
testfailed="echo test failed; exit 1"
# 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=TEST.H5L.SE

View File

@@ -36,7 +36,7 @@ objdir="@objdir@"
. ${env_setup}
# 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=TEST.H5L.SE

View File

@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
. ${env_setup}
# 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=TEST.H5L.SE

View File

@@ -40,7 +40,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
. ${env_setup}
# 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=TEST.H5L.SE

View File

@@ -42,7 +42,7 @@ export KRB5_CONFIG
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
${have_db} || exit 77
R=TEST.H5L.SE

View File

@@ -42,7 +42,7 @@ export KRB5_CONFIG
testfailed="echo test failed; cat messages.log; exit 1"
# If there is no ldap support compile in, disable test
# If there is no ldap support compiled in, disable test
if ${kdc} --builtin-hdb | grep mit-db > /dev/null ; then
:
else
@@ -50,7 +50,7 @@ else
exit 77
fi
# 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=TEST.H5L.SE

View File

@@ -39,11 +39,11 @@ db_type=@db_type@
. ${env_setup}
# 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
# Dont run this test in AFS, since it lacks support for AF_UNIX
# Don't run this test in AFS, since it lacks support for AF_UNIX
expr "X`/bin/pwd || pwd`" : "X/afs/.*" > /dev/null 2>/dev/null && exit 77
R=TEST.H5L.SE
@@ -291,7 +291,7 @@ echo "doing changes while slave is down"
${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
echo "Makeing a copy of the master log file"
echo "Making a copy of the master log file"
cp ${objdir}/current.log ${objdir}/current.log.tmp
# ----------------- checking: checking that master and slaves resyncs

View File

@@ -38,7 +38,7 @@ srcdir="@srcdir@"
. ${env_setup}
# 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=TEST.H5L.SE

View File

@@ -42,7 +42,7 @@ export KRB5_CONFIG
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
${have_db} || exit 77
R=TEST.H5L.SE

View File

@@ -39,7 +39,7 @@ objdir="."
srcdir="${top_srcdir}/tests/kdc"
# 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=TEST.H5L.SE

View File

@@ -43,7 +43,7 @@ export KRB5CCNAME
testfailed="echo test failed; exit 1"
# 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=TEST.H5L.SE

View File

@@ -37,12 +37,12 @@ objdir="@objdir@"
. ${env_setup}
# 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
testfailed="echo test failed; cat messages.log; exit \$ec"
# 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=TEST.H5L.SE

View File

@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
. ${env_setup}
# 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=TEST.H5L.SE

View File

@@ -39,7 +39,7 @@ objdir="@objdir@"
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
${have_db} || exit 77
R=TEST.H5L.SE

View File

@@ -43,7 +43,7 @@ export KRB5_CONFIG
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
${have_db} || exit 77
R=TEST.H5L.SE

View File

@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
. ${env_setup}
# 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=TEST.H5L.SE

View File

@@ -59,7 +59,7 @@ testfailed="echo test failed; exit 1"
KRB5_CONFIG="${objdir}/krb5.conf"
export KRB5_CONFIG
# If there is no ldap support compile in, disable test
# If there is no ldap support compiled in, disable test
if ${kdc} --builtin-hdb | grep ldap > /dev/null ; then
:
else

View File

@@ -43,7 +43,7 @@ EGREP="@EGREP@"
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