From: Greg Hudson Date: Fri, 16 Dec 2016 17:16:11 +0000 (-0500) Subject: Fix minor errors in skiptests messages X-Git-Tag: krb5-1.16-beta1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F583%2Fhead;p=thirdparty%2Fkrb5.git Fix minor errors in skiptests messages --- diff --git a/src/Makefile.in b/src/Makefile.in index 2ebf2fb4d0..245366fb8b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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. diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index efa82e22f3..5d2fcb5be8 100644 --- a/src/lib/krb5/os/Makefile.in +++ b/src/lib/krb5/os/Makefile.in @@ -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'; \