mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
use a consistent ERANGE message
The previous change neglected to consider that numbers too large for the long long datatype will result in calling strerror(ERANGE) whose return value can vary depending on the platform. Which breaks the unit test.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
2,34: value not completely converted
|
||||
0xABCDEF12345678901: Result too large
|
||||
0xABCDEF12345678901: Number out of range
|
||||
|
||||
Reference in New Issue
Block a user