accidentally used en instead of C in lang
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Wed, 11 Dec 2019 11:39:44 +0000 (12:39 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Wed, 11 Dec 2019 11:39:44 +0000 (12:39 +0100)
src/peerinfo-tool/test_gnunet_peerinfo.py.in

index e350a5beb929ca297498452cd5f13287abe573a0..9d6fd8fb2e3deb517cc114c60c22a334c0183f28 100755 (executable)
@@ -34,7 +34,7 @@ from gnunet_pyexpect import pexpect
 
 #save LANG and set it to C
 mylang = os.environ['LANG']
-os.environ['LANG'] = 'en'
+os.environ['LANG'] = 'C'
 
 if os.name == 'posix':
     peerinfo = './gnunet-peerinfo'