gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26339 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r26339 - gnunet/src/fs
Date: Wed, 6 Mar 2013 15:55:27 +0100

Author: grothoff
Date: 2013-03-06 15:55:27 +0100 (Wed, 06 Mar 2013)
New Revision: 26339

Modified:
   gnunet/src/fs/fs_uri.c
   gnunet/src/fs/test_gnunet_fs_ns.py.in
Log:
-fixes

Modified: gnunet/src/fs/fs_uri.c
===================================================================
--- gnunet/src/fs/fs_uri.c      2013-03-06 14:40:13 UTC (rev 26338)
+++ gnunet/src/fs/fs_uri.c      2013-03-06 14:55:27 UTC (rev 26339)
@@ -949,6 +949,7 @@
     *emsg = GNUNET_strdup (_("identifier has zero length!"));
     return NULL;
   }
+  *emsg = NULL;
   ns_uri = GNUNET_malloc (sizeof (struct GNUNET_FS_Uri));
   ns_uri->type = GNUNET_FS_URI_SKS;
   GNUNET_FS_namespace_get_public_identifier (ns, &ns_uri->data.sks.ns);

Modified: gnunet/src/fs/test_gnunet_fs_ns.py.in
===================================================================
--- gnunet/src/fs/test_gnunet_fs_ns.py.in       2013-03-06 14:40:13 UTC (rev 
26338)
+++ gnunet/src/fs/test_gnunet_fs_ns.py.in       2013-03-06 14:55:27 UTC (rev 
26339)
@@ -67,10 +67,6 @@
   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 ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]