From: Greg Hudson Date: Mon, 3 Aug 2009 18:00:18 +0000 (+0000) Subject: In the crypto-tests check target, refer to t_cf2.expected in the X-Git-Tag: krb5-1.8-alpha1~404 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3ca20f63e3b4962213909a890e7d7a0e13e3210;p=krb5.git In the crypto-tests check target, refer to t_cf2.expected in the source tree (where it lives) instead of the cwd. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22481 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/crypto_tests/Makefile.in b/src/lib/crypto/crypto_tests/Makefile.in index 718f326fa..983bb5253 100644 --- a/src/lib/crypto/crypto_tests/Makefile.in +++ b/src/lib/crypto/crypto_tests/Makefile.in @@ -56,7 +56,7 @@ check-unix:: t_nfold t_encrypt t_prf t_prng t_hmac t_cf2 \ $(RUN_SETUP) $(VALGRIND) ./t_prf <$(srcdir)/t_prf.in >t_prf.output diff t_prf.output $(srcdir)/t_prf.expected $(RUN_SETUP) $(VALGRIND) ./t_cf2 <$(srcdir)/t_cf2.in >t_cf2.output - diff t_cf2.output ./t_cf2.expected + diff t_cf2.output $(srcdir)/t_cf2.expected $(RUN_SETUP) $(VALGRIND) ./t_cksum4 "this is a test" $(RUN_SETUP) $(VALGRIND) ./t_cksum5 "this is a test" $(RUN_SETUP) $(VALGRIND) ./t_crc