mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 15:40:51 +02:00
commit bash-20111028 snapshot
This commit is contained in:
@@ -268,6 +268,10 @@ ${THIS_SH} ./arith4.sub
|
||||
# make sure arithmetic expansion handles ints > 2**31 - 1 using intmax_t
|
||||
echo $(( 2147483645 + 4 ))
|
||||
|
||||
# other tests using INTMAX_MIN and INTMAX_MAX that cause exceptions if not
|
||||
# handled correctly -- problem through bash-4.2
|
||||
${THIS_SH} ./arith5.sub
|
||||
|
||||
x=4
|
||||
y=7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user