From: Nick Mathewson Date: Fri, 21 Aug 2015 15:10:49 +0000 (-0400) Subject: Do not try to chmod test_keygen.sh: It is not generated by configure. X-Git-Tag: tor-0.2.7.3-rc~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=848d21c24645cb4d1a6490ddec0f8e0cdb98da12;p=thirdparty%2Ftor.git Do not try to chmod test_keygen.sh: It is not generated by configure. --- diff --git a/src/test/include.am b/src/test/include.am index 3fe4f50edf..e3e6cd436a 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.