From c6a9fe0e7035f2f7ec98e696e549349601f05941 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 7 Apr 2017 21:25:28 -0400 Subject: [PATCH] Notice errors from t_fortuna in make check --- src/lib/crypto/krb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/crypto/krb/Makefile.in b/src/lib/crypto/krb/Makefile.in index c5660c5fe1..fc01a2ced4 100644 --- a/src/lib/crypto/krb/Makefile.in +++ b/src/lib/crypto/krb/Makefile.in @@ -212,7 +212,7 @@ depend: $(SRCS) check-unix: t_fortuna if [ $(PRNG_ALG) = fortuna ]; then \ - $(RUN_TEST) ./t_fortuna > t_fortuna.output; \ + $(RUN_TEST) ./t_fortuna > t_fortuna.output && \ cmp t_fortuna.output $(srcdir)/t_fortuna.expected; \ fi -- 2.47.2