tolerate additional IPv4 address now available for gnunet.org
[oweals/gnunet.git] / src / fs / test_gnunet_fs_rec.py.in
index 125d7a4badafb0e42a9d88e260449b95941a461e..0f881564ff2110b92abf5ed03cd3f152e8347b3e 100755 (executable)
@@ -3,7 +3,7 @@
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #
 #    GNUnet is free software: you can redistribute it and/or modify it
-#    under the terms of the GNU General Public License as published
+#    under the terms of the GNU Affero General Public License as published
 #    by the Free Software Foundation, either version 3 of the License,
 #    or (at your option) any later version.
 #
 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 #    Affero General Public License for more details.
 #
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#    SPDX-License-Identifier: AGPL3.0-or-later
+#
 # Testcase for file-sharing command-line tools (recursive publishing & download)
 import sys
 import os
@@ -60,7 +65,7 @@ tar.extractall()
 # first, basic publish-search-download run
 try:
     pub = pexpect()
-    pub.spawn(None, [publish, '-c', 'test_gnunet_fs_rec_data.conf', '-d', '-k', 'testdir', 'dir/'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+    pub.spawn(None, [publish, '-c', 'test_gnunet_fs_rec_data.conf', '-k', 'testdir', 'dir/'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
     # Can't say much for publishing, except that the last one is the toplevel directory
     pub.expect("stdout", re.compile(r"Publishing `.+' done\.\r?\n"))
     pub.expect("stdout", re.compile(r"URI is `gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))