aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_fs_rec.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_gnunet_fs_rec.py.in')
-rwxr-xr-xsrc/fs/test_gnunet_fs_rec.py.in3
1 files changed, 0 insertions, 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:
59arm = subprocess.Popen([gnunetarm, '-sq', '-c', 'test_gnunet_fs_rec_data.conf']) 59arm = subprocess.Popen([gnunetarm, '-sq', '-c', 'test_gnunet_fs_rec_data.conf'])
60arm.communicate() 60arm.communicate()
61 61
62# pray that `tar' is in PATH.
63# FIXME: Actually we should check for that and output
64# a message if it isn't found.
65tar = tarfile.open('test_gnunet_fs_rec_data.tgz') 62tar = tarfile.open('test_gnunet_fs_rec_data.tgz')
66tar.extractall() 63tar.extractall()
67# first, basic publish-search-download run 64# first, basic publish-search-download run