tests: Fix typos
authorVolker Lendecke <vl@samba.org>
Tue, 11 Aug 2020 10:34:14 +0000 (12:34 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 17 Aug 2020 19:35:38 +0000 (19:35 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
nsswitch/tests/test_idmap_ad.sh

index d919dcd09e23519fb8c03b9b112b154f5608d6d4..46c637f764922509abeb45e7a53193d8a36d7171 100755 (executable)
@@ -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