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:
ae7a114
)
fix typo in comment
author
Jim Meyering
<jim@meyering.net>
Fri, 4 Nov 2005 10:02:36 +0000
(10:02 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 4 Nov 2005 10:02:36 +0000
(10:02 +0000)
tests/du/2g
patch
|
blob
|
history
diff --git
a/tests/du/2g
b/tests/du/2g
index bf32124fcc706494ab020257bc13576c3f0aa228..6c88e19c7cd0e30eacc61f064ec8ac5dd3501020 100755
(executable)
--- a/
tests/du/2g
+++ b/
tests/du/2g
@@
-1,6
+1,6
@@
#!/bin/sh
# Ensure that du can handle a 2GB file (i.e., a file of size 2^31 bytes)
-# Before coreutils-5.93, on systems with a signed, 32-bit stat.st_
n
blocks
+# Before coreutils-5.93, on systems with a signed, 32-bit stat.st_blocks
# one of du's computations would overflow.
if test "$VERBOSE" = yes; then