ExpectIt
ExpectIt copied to clipboard
Use LANG=C in example
Incomplete fix: I don't know where to add the environment for the JSch example, and I haven't checked the code in the examples/ directory.
Coverage decreased (-0.2%) to 91.944% when pulling 89410044fbd73281476d99b8bcd815986c415237 on toolforger:patch-1 into 5acbe1f8f895fe1dbd63e29bf3ab8e5bbf0873c3 on Alexey1Gavrilov:master.
Test failure is unrelated to the change.
Can you please elaborate why LANG=C is needed in the example code?
LANG=C eliminates internationalization.
E.g. on my machine, ls does not respond with total XXX but with insgesamt XXX, making the script fail.