Skip to content

Commit

Permalink
fix #218 - enforce english error message from bash in any user locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ped7g committed Jul 28, 2024
1 parent a6a4f7b commit 39c09c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/misc/directives_cpp/coverage1.asm
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ fwdLabel:

SHELLEXEC "echo -n Ahoy! "
SHELLEXEC '"echo"', "\ from SHELLEXEC"
SHELLEXEC "bash", "my_invalid_filename"
SHELLEXEC "LANG=C bash", "my_invalid_filename"
2 changes: 1 addition & 1 deletion tests/misc/directives_cpp/coverage1.msglst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ coverage1.asm(49): error: Syntax error: "
52 000B SHELLEXEC '"echo"', "\ from SHELLEXEC"
bash: my_invalid_filename: No such file or directory
coverage1.asm(53): error: [SHELLEXEC] non-zero exit code: 127
53 000B SHELLEXEC "bash", "my_invalid_filename"
53 000B SHELLEXEC "LANG=C bash", "my_invalid_filename"
54 000B
# file closed: coverage1.asm

Expand Down

0 comments on commit 39c09c8

Please sign in to comment.