Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / arith.tests
index 86c24a4..7dcc36d 100644 (file)
@@ -268,6 +268,13 @@ ${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
+
+# problems with suppressing evaluation present through bash-4.2
+${THIS_SH} ./arith6.sub
+
 x=4
 y=7