commit 848d21c24645cb4d1a6490ddec0f8e0cdb98da12
Author: Nick Mathewson <[email protected]>
Date:   Fri Aug 21 11:10:49 2015 -0400

    Do not try to chmod test_keygen.sh: It is not generated by configure.
---
 src/test/include.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/include.am b/src/test/include.am
index 3fe4f50..e3e6cd4 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -1,12 +1,12 @@
 
-TESTSCRIPTS = src/test/test_zero_length_keys.sh src/test/test_keygen.sh
+TESTSCRIPTS = src/test/test_zero_length_keys.sh
 
 if USEPYTHON
 TESTSCRIPTS += src/test/test_ntor.sh src/test/test_bt.sh
 endif
 
 TESTS += src/test/test src/test/test-slow src/test/test-memwipe \
-       src/test/test_workqueue $(TESTSCRIPTS)
+       src/test/test_workqueue src/test/test_keygen.sh $(TESTSCRIPTS)
 
 ### This is a lovely feature, but it requires automake >= 1.12, and Tor
 ###  doesn't require that yet.  Below is a kludge to work around.

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to