Fix: test should not be locale dependant
This commit is contained in:
parent
250bfeaee5
commit
d292e4dcb9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ return: 0
|
|||
END
|
||||
|
||||
TEST "test stderr, cat'ing noonexistant file" ,nonexistent_file <<END
|
||||
err: /bin/cat: ,nonexistent_file: No such file or directory
|
||||
err: /bin/cat: ,nonexistent_file:
|
||||
return: 1
|
||||
END
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue