aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-04 02:03:14 +0000
committerLRN <lrn1986@gmail.com>2013-12-04 02:03:14 +0000
commitab8c72089112e23d371024f4fe3e6f41357ee625 (patch)
treec458d13e68378121650f7b166ec35bc3208a8358 /src/revocation
parent1bd149a81fe9feace554cbab710d7a54578f72b9 (diff)
downloadgnunet-ab8c72089112e23d371024f4fe3e6f41357ee625.tar.gz
gnunet-ab8c72089112e23d371024f4fe3e6f41357ee625.zip
Fix Python interpreter in revocation test
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 1dfea1432..25a171001 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -78,5 +78,12 @@ if ENABLE_TEST_RUN
78 $(check_PROGRAMS) 78 $(check_PROGRAMS)
79endif 79endif
80 80
81EXTRA_DIST = test_revocation.conf 81do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
82
83test_local_revocation.py: test_local_revocation.py.in Makefile
84 $(do_subst) < $(srcdir)/test_local_revocation.py.in > test_local_revocation.py
85 chmod +x test_local_revocation.py
86
87EXTRA_DIST = test_revocation.conf \
88 test_local_revocation.py.in
82 89