svn rev #22481: trunk/src/lib/crypto/crypto_tests/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Aug 3 14:00:19 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22481
Commit By: ghudson
Log Message:
In the crypto-tests check target, refer to t_cf2.expected in the
source tree (where it lives) instead of the cwd.



Changed Files:
U   trunk/src/lib/crypto/crypto_tests/Makefile.in
Modified: trunk/src/lib/crypto/crypto_tests/Makefile.in
===================================================================
--- trunk/src/lib/crypto/crypto_tests/Makefile.in	2009-08-03 17:57:05 UTC (rev 22480)
+++ trunk/src/lib/crypto/crypto_tests/Makefile.in	2009-08-03 18:00:18 UTC (rev 22481)
@@ -56,7 +56,7 @@
 	$(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




More information about the cvs-krb5 mailing list