Minor typo/grammar fixes
This commit is contained in:

committed by
Roland C. Dowdeswell

parent
28b6b96e09
commit
7c16ce3457
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user