Commit 61bec37
authored
Don't depend on LANG for running tests (#6853)
I have test failing because of incorrect output:
'Aucun fichier ou dossier de ce nom'
instead of
'No such file or directory'
Ensure dune is called with `LANG=C` to avoid such problem.1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments