Skip to content
Snippets Groups Projects
Commit 6ed57331 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix another test failure

We need the test scripts to become +x *after* they are created.
parent 24f170a1
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ TESTS += src/test/test src/test/test-slow src/test/test-memwipe \
check-am: set-test-permissions
.PHONY: set-test-permissions
set-test-permissions:
set-test-permissions: $(TESTSCRIPTS)
chmod u+x $(TESTSCRIPTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment