projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ade1f58
)
(fail-0): Disable test. It depends on
author
Jim Meyering
<jim@meyering.net>
Fri, 16 Jan 1998 08:04:19 +0000
(08:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 16 Jan 1998 08:04:19 +0000
(08:04 +0000)
sizeof(long) being 32 bits. Reported by Kaveh Ghazi.
tests/head/Test.pm
patch
|
blob
|
history
diff --git
a/tests/head/Test.pm
b/tests/head/Test.pm
index 2b4014cd568729bf1153dac979035ab35b2e3f70..aa8c58a284cbb6faf164641ae3c69bd647362e22 100644
(file)
--- 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],