From: Volker Lendecke Date: Tue, 11 Aug 2020 10:34:14 +0000 (+0200) Subject: tests: Fix typos X-Git-Tag: talloc-2.3.2~849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c42bc48f467c0b469c386649f80cd7a67cc436e;p=thirdparty%2Fsamba.git tests: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/nsswitch/tests/test_idmap_ad.sh b/nsswitch/tests/test_idmap_ad.sh index d919dcd09e2..46c637f7649 100755 --- a/nsswitch/tests/test_idmap_ad.sh +++ b/nsswitch/tests/test_idmap_ad.sh @@ -37,13 +37,13 @@ fi BASE_DN=$($ldbsearch -H ldap://$DC_SERVER -b "" -s base defaultNamingContext | awk '/^defaultNamingContext/ {print $2}') if [ $? -ne 0 ] ; then - echo "Could not find base DB" | subunit_fail_test "test_idmap_ad" + echo "Could not find base DN" | subunit_fail_test "test_idmap_ad" exit 1 fi TRUST_BASE_DN=$($ldbsearch -H ldap://$TRUST_SERVER -b "" -s base defaultNamingContext | awk '/^defaultNamingContext/ {print $2}') if [ $? -ne 0 ] ; then - echo "Could not find trusted base DB" | subunit_fail_test "test_idmap_ad" + echo "Could not find trusted base DN" | subunit_fail_test "test_idmap_ad" exit 1 fi