Fix: test should not be locale dependant

This commit is contained in:
Fischlurch 2010-11-06 23:02:27 +01:00
parent 250bfeaee5
commit d292e4dcb9

View file

@ -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