krb5 commit: Fix skiptests typo in lib/krb5/os/Makefile.in
Tom Yu
tlyu at mit.edu
Mon Jul 25 17:55:10 EDT 2016
https://github.com/krb5/krb5/commit/308bd4d624ced8b19002a4a5d2f3be5954caf6e0
commit 308bd4d624ced8b19002a4a5d2f3be5954caf6e0
Author: Tom Yu <tlyu at mit.edu>
Date: Mon Jul 25 16:42:13 2016 -0400
Fix skiptests typo in lib/krb5/os/Makefile.in
src/lib/krb5/os/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index ab1cfc6..7d93db0 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -229,7 +229,7 @@ check-unix-locate:: t_locate_kdc
fi; \
else \
echo '*** WARNING: skipped t_locate_kdc test: OFFLINE'; \
- echo 'Skipped t_locate_kdc test: OFFINE' >> $(SKIPTESTS); \
+ echo 'Skipped t_locate_kdc test: OFFLINE' >> $(SKIPTESTS); \
fi
check-unix-trace:: t_trace
More information about the cvs-krb5
mailing list