From: Jim Meyering Date: Fri, 16 Jan 1998 08:04:19 +0000 (+0000) Subject: (fail-0): Disable test. It depends on X-Git-Tag: FILEUTILS-3_16l~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5618133eed355b6e4cfd832adbe074a573567785;p=thirdparty%2Fcoreutils.git (fail-0): Disable test. It depends on sizeof(long) being 32 bits. Reported by Kaveh Ghazi. --- diff --git a/tests/head/Test.pm b/tests/head/Test.pm index 2b4014cd56..aa8c58a284 100644 --- a/tests/head/Test.pm +++ b/tests/head/Test.pm @@ -31,7 +31,9 @@ my @tv = ( # This test fails for textutils-1.22, because head let 4096m overflow to 0 # and did not fail. Now head fails with a diagnostic. -['fail-0', '-n 4096m', "a\n", "", 1], + +# Disable this test because it fails on systems with 64-bit longs. +# ['fail-0', '-n 4096m', "a\n", "", 1], # In spite of its name, this test passes -- just to contrast with the above. ['fail-1', '-n 2048m', "a\n", "a\n", 0],