gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: this comment seems to be no


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: this comment seems to be not true; tarfile will at least not require tar(1) or any other tool, if at all other modules are required.
Date: Wed, 16 Oct 2019 22:54:34 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 22ad43e23 this comment seems to be not true; tarfile will at least not 
require tar(1) or any other tool, if at all other modules are required.
22ad43e23 is described below

commit 22ad43e23641318de7f50084aa816a6fda14d7ec
Author: ng0 <address@hidden>
AuthorDate: Wed Oct 16 20:51:12 2019 +0000

    this comment seems to be not true; tarfile will at least not
    require tar(1) or any other tool, if at all other modules are
    required.
---
 src/fs/test_gnunet_fs_rec.py.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/fs/test_gnunet_fs_rec.py.in b/src/fs/test_gnunet_fs_rec.py.in
index 0e1512b26..f827aa3a5 100755
--- a/src/fs/test_gnunet_fs_rec.py.in
+++ b/src/fs/test_gnunet_fs_rec.py.in
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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