From fb65df3019ce39af825fb3a32e8a6196e0c97ef3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 May 2011 14:32:52 +0000 Subject: [PATCH] fix --- src/fs/Makefile.am | 6 +++--- src/fs/test_gnunet_fs_ns.py.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 0d8da5412..f30200654 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -168,9 +168,9 @@ if HAVE_PYTHON_PEXPECT check_SCRIPTS = \ test_gnunet_fs_psd.py \ test_gnunet_fs_rec.py \ - test_gnunet_fs_idx.py + test_gnunet_fs_idx.py \ + test_gnunet_fs_ns.py endif -# test_gnunet_fs_ns.py if !DISABLE_TEST_RUN @@ -198,7 +198,7 @@ TESTS = \ perf_gnunet_service_fs_p2p_index \ $(check_SCRIPTS) endif -# perf_gnunet_service_fs_p2p_trust \ +# perf_gnunet_service_fs_p2p_trust diff --git a/src/fs/test_gnunet_fs_ns.py.in b/src/fs/test_gnunet_fs_ns.py.in index 92fd7d5de..b72bc9062 100755 --- a/src/fs/test_gnunet_fs_ns.py.in +++ b/src/fs/test_gnunet_fs_ns.py.in @@ -26,7 +26,7 @@ import re os.system ('rm -rf /tmp/gnunet-test-fs-py-ns/') os.system ('gnunet-arm -sq -c test_gnunet_fs_ns_data.conf') try: - pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -r myroot') + pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -R myroot') pseu.expect (pexpect.EOF) pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -o') pseu.expect (re.compile("licenses \(.*\)\r")) -- 2.25.1