this comment seems to be not true; tarfile will at least not
authorng0 <ng0@n0.is>
Wed, 16 Oct 2019 20:51:12 +0000 (20:51 +0000)
committerng0 <ng0@n0.is>
Wed, 16 Oct 2019 20:51:12 +0000 (20:51 +0000)
require tar(1) or any other tool, if at all other modules are
required.

src/fs/test_gnunet_fs_rec.py.in

index 0e1512b26e68a202d725d0211e5addb4bac5217b..f827aa3a5352b8524cccaac51ae6cc035c01d750 100755 (executable)
@@ -59,9 +59,6 @@ else:
 arm = subprocess.Popen([gnunetarm, '-sq', '-c', 'test_gnunet_fs_rec_data.conf'])
 arm.communicate()
 
-# pray that `tar' is in PATH.
-# FIXME: Actually we should check for that and output
-#        a message if it isn't found.
 tar = tarfile.open('test_gnunet_fs_rec_data.tgz')
 tar.extractall()
 # first, basic publish-search-download run