]> git.sur5r.net Git - openldap/commitdiff
Fix typos in error messages
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 27 Sep 2005 20:10:12 +0000 (20:10 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 27 Sep 2005 20:10:12 +0000 (20:10 +0000)
tests/scripts/test035-meta

index 450e25699ad9400f69c52caa4f984618541367cf..d9164f1279c40b328daf1cf6a272519ca957f00e 100755 (executable)
@@ -259,7 +259,7 @@ case $RC in
                exit 0
        ;;
        *)
-               echo "Compare failed ($RC)!"
+               echo "Modify failed ($RC)!"
                test $KILLSERVERS != no && kill -HUP $KILLPIDS
                exit $RC
        ;;
@@ -485,7 +485,7 @@ case $RC in
                echo "### Hit LDAP_BUSY problem; you may want to re-run the test"
        ;;
        *)
-               echo "Compare failed ($RC)!"
+               echo "WhoAmI failed ($RC)!"
                test $KILLSERVERS != no && kill -HUP $KILLPIDS
                exit $RC
        ;;