diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:14:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 14:26:47 -0400 |
commit | 56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8 (patch) | |
tree | 5b03a6971ed3c7880f50dd9d079dc6eb91c27b33 /src/test/include.am | |
parent | 8dcc015975856cde2b78f903fd85a0dc7163dfcd (diff) | |
download | tor-56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8.tar.gz tor-56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8.zip |
Use the "commands" argument of AC_CONFIG_FILES to make scripts +x
Closes ticket 26439.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index 7e5ad46117..1080184ac4 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -12,7 +12,6 @@ TESTS_ENVIRONMENT = \ export EXTRA_CARGO_OPTIONS="$(EXTRA_CARGO_OPTIONS)"; \ export CARGO_ONLINE="$(CARGO_ONLINE)"; \ export CCLD="$(CCLD)"; \ - chmod +x "$(abs_top_builddir)/link_rust.sh"; \ export RUSTFLAGS="-C linker=$(abs_top_builddir)/link_rust.sh"; TESTSCRIPTS = \ |