]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix minor errors in skiptests messages 583/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 16 Dec 2016 17:16:11 +0000 (12:16 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 16 Dec 2016 17:16:11 +0000 (12:16 -0500)
src/Makefile.in
src/lib/krb5/os/Makefile.in

index 2ebf2fb4d0c233ff3fb496ed8817eec30029931b..245366fb8b3b32cc8e3ccdb293f050965595a6ca 100644 (file)
@@ -501,7 +501,7 @@ check-pytests-no: check-postrecurse
                $(SKIPTESTS)
 
 check-cmocka-no: check-postrecurse
-       @echo 'Skipped cmocka tests due to missing library or header file' >> \
+       @echo 'Skipped cmocka tests: cmocka library or header not found' >> \
                $(SKIPTESTS)
 
 # Create a test realm and spawn a shell in an environment pointing to it.
index efa82e22f35ee467a2646f68a5ff132d776aba6f..5d2fcb5be8fa99757b5e5b659ea18a5c1f9ab786 100644 (file)
@@ -225,7 +225,7 @@ check-unix-locate: t_locate_kdc
                $(RUN_TEST) ./t_locate_kdc $(LOCREALM); \
            else \
                echo '*** WARNING: skipped t_locate_kdc test: known DNS name not found'; \
-               echo 'Skipped t_locate_kdc test: known DNS name found' >> $(SKIPTESTS); \
+               echo 'Skipped t_locate_kdc test: known DNS name not found' >> $(SKIPTESTS); \
            fi; \
        else \
                echo '*** WARNING: skipped t_locate_kdc test: OFFLINE'; \