summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-08-03 18:00:18 +0000
committerGreg Hudson <ghudson@mit.edu>2009-08-03 18:00:18 +0000
commitb3ca20f63e3b4962213909a890e7d7a0e13e3210 (patch)
tree50136177a807d5af913973a0c3b265e6e2dc1dbb /src/lib
parent23855e38154ed33c4923297bfc27723d7d1bffff (diff)
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/crypto_tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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