Skip to content

Commit

Permalink
Notice errors from t_fortuna in make check
Browse files Browse the repository at this point in the history
  • Loading branch information
greghudson committed Apr 9, 2017
1 parent 818eee3 commit c6a9fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/crypto/krb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6a9fe0

Please sign in to comment.