]> git.ipfire.org Git - thirdparty/tor.git/commit
Stop trying to generate test scripts via autoconf substitution.
authorNick Mathewson <nickm@torproject.org>
Thu, 24 Sep 2015 19:07:39 +0000 (15:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Sep 2015 19:07:39 +0000 (15:07 -0400)
commiteb2188168e2eca96692ec5f60f298f7bc287e990
tree7c5bc481e124d80d6a08d7342642013726e8aa49
parent3f52a33739944c53ecb2fd516a7cdab9fc14b1ba
Stop trying to generate test scripts via autoconf substitution.

Use environment variables instead. This repairs 'make distcheck',
which was running into trouble when it tried to chmod the generated
scripts.

Fixes 17148.
changes/testscripts [new file with mode: 0644]
configure.ac
src/test/include.am
src/test/test_bt.sh [new file with mode: 0755]
src/test/test_bt.sh.in [deleted file]
src/test/test_ntor.sh [new file with mode: 0755]
src/test/test_ntor.sh.in [deleted file]
src/test/test_zero_length_keys.sh [new file with mode: 0755]
src/test/test_zero_length_keys.sh.in [deleted file]