1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 19:32:10 +02:00

(bigcmp): New test.

This commit is contained in:
Paul Eggert
2005-05-27 20:32:28 +00:00
parent 08338cd87f
commit 9b4b372182

View File

@@ -59,6 +59,10 @@ my @Tests =
['fail-a', '3 + -', {ERR => "$prog: non-numeric argument\n"},
{EXIT => 3}],
# This erroneously succeeded before 5.3.1.
['bigcmp', '-- -2417851639229258349412352 \< 2417851639229258349412352',
{OUT => '1'}, {EXIT => 0}],
['fail-b', '9 9', {ERR => "$prog: syntax error\n"},
{EXIT => 2}],
['fail-c', {ERR => "$prog: missing operand\n"