defer
authorChristian Grothoff <christian@grothoff.org>
Thu, 20 Jan 2011 15:22:13 +0000 (15:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 20 Jan 2011 15:22:13 +0000 (15:22 +0000)
src/fs/test_gnunet_fs_rec.py.in

index c922d147b054386be44155b02b0d751f7bff91fb..a9c2b9c0ef9023de3809a80821129d751cc83095 100755 (executable)
@@ -36,12 +36,12 @@ try:
   down.expect (re.compile ("Downloading `rdir.gnd\' done \(.*\).\r"));
   down.expect (pexpect.EOF);
 
-  dir = pexpect.spawn ('gnunet-directory -c test_gnunet_fs_rec_data.conf  rdir/a.gnd')
-  dir.expect (re.compile ("Directory `a' summary:"));
-  dir.expect (re.compile (" *mimetype: application/gnunet-directory"));
-  dir.expect (re.compile ("COPYING (.*)"));
-  dir.expect (re.compile ("INSTALL (.*)"));
-  dir.expect (pexpect.EOF)
+#  dir = pexpect.spawn ('gnunet-directory -c test_gnunet_fs_rec_data.conf  rdir/a.gnd')
+#  dir.expect (re.compile ("Directory `a' summary:"));
+#  dir.expect (re.compile (" *mimetype: application/gnunet-directory"));
+#  dir.expect (re.compile ("COPYING (.*)"));
+#  dir.expect (re.compile ("INSTALL (.*)"));
+#  dir.expect (pexpect.EOF)
 
   os.system ('rm -r rdir/b.gnd rdir/a.gnd')
   if (0 != os.system ("diff -r dir rdir")):