aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_gnunet_statistics.py.in
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-23 07:34:53 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-23 07:34:53 +0900
commit4163087282ece9097e77f3e695d90a822ffe11ac (patch)
tree4ee620740315f649e25000707f1fb4ffcb82571c /src/statistics/test_gnunet_statistics.py.in
parent1436e4266673df53f1a692e4c9c9a74d621b0a8e (diff)
downloadgnunet-4163087282ece9097e77f3e695d90a822ffe11ac.tar.gz
gnunet-4163087282ece9097e77f3e695d90a822ffe11ac.zip
-fix statistics test
Diffstat (limited to 'src/statistics/test_gnunet_statistics.py.in')
-rw-r--r--src/statistics/test_gnunet_statistics.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_gnunet_statistics.py.in b/src/statistics/test_gnunet_statistics.py.in
index ad7e95bd1..19fc09b56 100644
--- a/src/statistics/test_gnunet_statistics.py.in
+++ b/src/statistics/test_gnunet_statistics.py.in
@@ -16,7 +16,7 @@ elif None != os.environ.get("TMP"):
16 tmp = os.getenv("TMP") 16 tmp = os.getenv("TMP")
17else: 17else:
18 raw_tmp = False 18 raw_tmp = False
19 tmp = subprocess.check_output("gnunet-config -f -s PATHS -o GNUNET_TMP", 19 tmp = subprocess.check_output(["gnunet-config", "-f", "-s", "PATHS", "-o", "GNUNET_TMP"],
20 text=True) 20 text=True)
21 21
22if os.name == 'nt': 22if os.name == 'nt':