diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-05 07:43:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-05 07:43:36 +0000 |
commit | b15bf36ceeeb5fbe20902ea45d458ad464cace15 (patch) | |
tree | 177ecd43108e3f8fa5bdf439eebecfaa8ed946ad /tests | |
parent | 82fba3787f4ef85b71a17950290c722d9723f61a (diff) | |
download | coreutils-b15bf36ceeeb5fbe20902ea45d458ad464cace15.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/du/8gb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/8gb b/tests/du/8gb index 38549e5ec..0f072611b 100755 --- a/tests/du/8gb +++ b/tests/du/8gb @@ -24,8 +24,8 @@ fi dd bs=1 seek=8G of=big < /dev/null 2> /dev/null if test $? != 0; then - echo "$0: cannot create a file large enough for this test" 1>&2 - echo "$0: that may be because file offsets are only 32 bits" 1>&2 + echo "$0: cannot create a file large enough for this test; possibly" 1>&2 + echo "$0: because file offsets are only 32 bits on this file system" 1>&2 (exit 77); exit 77 fi |