aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-18 09:49:20 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-18 09:49:20 +0200
commit00c21152e81c10dff640ec932127e74ea8bc25ac (patch)
tree770fb3521a19363fad07f9649366e88fcdada150 /src
parent3b3faa6bce254289dafed73e98352e2a76f1b94b (diff)
downloadgnunet-00c21152e81c10dff640ec932127e74ea8bc25ac.tar.gz
gnunet-00c21152e81c10dff640ec932127e74ea8bc25ac.zip
- fix #6872 again
Diffstat (limited to 'src')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index ad5d096b5..709556f70 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -139,4 +139,5 @@ finally:
139 else: 139 else:
140 shutil.rmtree("/tmp/gnunet-test-peerinfo", True) 140 shutil.rmtree("/tmp/gnunet-test-peerinfo", True)
141 #Reset LANG 141 #Reset LANG
142 os.environ['LANG'] = mylang 142 if type(mylang) == str:
143 os.environ['LANG'] = mylang