-fix, handle case where there is no update
[oweals/gnunet.git] / src / fs / test_gnunet_fs_ns.py.in
index ff892b40f7e28ccb51736be734be02740f4d7509..6c16e55a102fe5c61813f1d355ef9970dc2854b3 100755 (executable)
@@ -67,10 +67,6 @@ try:
   s.expect ("stdout", re.compile (r'gnunet-download gnunet://fs/sks/.*/myroot\r?\n'))
   s.expect ("stdout", re.compile (r'\s*description: Free Software Licenses\r?\n'))
 
-  pseu = pexpect ()
-  pseu.spawn (None, [pseudonym, '-c', 'test_gnunet_fs_ns_data.conf'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
-  pseu.expect ("stdout", re.compile (r'Free Software Licenses.*:\r?\n'))
-
 finally:
   arm = subprocess.Popen ([gnunetarm, '-eq', '-c', 'test_gnunet_fs_ns_data.conf'])
   arm.communicate ()