Skip to content

Commit

Permalink
Changed last assertion in #test2 on LibTTYTest to use an environment …
Browse files Browse the repository at this point in the history
…with ‘LC_ALL’ set to ‘C’.
  • Loading branch information
Rinzwind committed Sep 19, 2024
1 parent 02dbe78 commit f01e9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnifiedFFI-Tests/LibTTYTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ LibTTYTest >> test2 [

self assertProcessSpawnedWithPseudoTerminalPath: '/bin/doesnotexist'
arguments: #('/bin/doesnotexist')
environment: Dictionary new
environment: (OrderedDictionary with: 'LC_ALL' -> 'C')
input: ''
writes: 'Error in tty_spawn at execve(path, argv, envp): No such file or directory' , String crlf
hasStatus: 127.
Expand Down

0 comments on commit f01e9c8

Please sign in to comment.