In the crypto-tests check target, refer to t_cf2.expected in the
authorGreg Hudson <ghudson@mit.edu>
Mon, 3 Aug 2009 18:00:18 +0000 (18:00 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 3 Aug 2009 18:00:18 +0000 (18:00 +0000)
source tree (where it lives) instead of the cwd.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22481 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/crypto_tests/Makefile.in

index 718f326fac8d1b82b9de3280f721d3206117dbca..983bb52533a0d0d535932622bd42db2f6b374966 100644 (file)
@@ -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