aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_fs_ns.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 14:32:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 14:32:52 +0000
commitfb65df3019ce39af825fb3a32e8a6196e0c97ef3 (patch)
treedf7b456c57a7ed1637e17b8bd19baa7d4568573a /src/fs/test_gnunet_fs_ns.py.in
parent5e3ebf31a6cb1c124aac592ed217e45000a05139 (diff)
downloadgnunet-fb65df3019ce39af825fb3a32e8a6196e0c97ef3.tar.gz
gnunet-fb65df3019ce39af825fb3a32e8a6196e0c97ef3.zip
fix
Diffstat (limited to 'src/fs/test_gnunet_fs_ns.py.in')
-rwxr-xr-xsrc/fs/test_gnunet_fs_ns.py.in2
1 files changed, 1 insertions, 1 deletions
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
26os.system ('rm -rf /tmp/gnunet-test-fs-py-ns/') 26os.system ('rm -rf /tmp/gnunet-test-fs-py-ns/')
27os.system ('gnunet-arm -sq -c test_gnunet_fs_ns_data.conf') 27os.system ('gnunet-arm -sq -c test_gnunet_fs_ns_data.conf')
28try: 28try:
29 pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -r myroot') 29 pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -R myroot')
30 pseu.expect (pexpect.EOF) 30 pseu.expect (pexpect.EOF)
31 pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -o') 31 pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -o')
32 pseu.expect (re.compile("licenses \(.*\)\r")) 32 pseu.expect (re.compile("licenses \(.*\)\r"))