From 4163087282ece9097e77f3e695d90a822ffe11ac Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 23 Oct 2022 07:34:53 +0900 Subject: -fix statistics test --- src/statistics/test_gnunet_statistics.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"): tmp = os.getenv("TMP") else: raw_tmp = False - tmp = subprocess.check_output("gnunet-config -f -s PATHS -o GNUNET_TMP", + tmp = subprocess.check_output(["gnunet-config", "-f", "-s", "PATHS", "-o", "GNUNET_TMP"], text=True) if os.name == 'nt': -- cgit v1.2.3