* tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
of old STRTOL_FATAL_ERROR macro.
* tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
of test program.
+ * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
+ * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2007-08-08 Eric Blake <ebb9@byu.net>
1->1 ()
-1->-1 ()
1k->1024 ()
-invalid suffix in arg argument \`${too_big}h'
-arg argument \`$too_big' too large
-invalid arg argument \`x'
-invalid suffix in arg argument \`9x'
+invalid suffix in X argument \`${too_big}h'
+X argument \`$too_big' too large
+invalid X argument \`x'
+invalid suffix in X argument \`9x'
010->8 ()
MiB->1048576 ()
EOF
# compare expected output
cat > t-xstrtoumax.xo <<EOF
1->1 ()
-invalid arg argument \`-1'
+invalid X argument \`-1'
1k->1024 ()
-invalid suffix in arg argument \`${too_big}h'
-arg argument \`$too_big' too large
-invalid arg argument \`x'
-invalid suffix in arg argument \`9x'
+invalid suffix in X argument \`${too_big}h'
+X argument \`$too_big' too large
+invalid X argument \`x'
+invalid suffix in X argument \`9x'
010->8 ()
MiB->1048576 ()
EOF