df: port the new df test to POSIX sed, larger file systems
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Nov 2012 09:11:18 +0000 (01:11 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Nov 2012 09:11:45 +0000 (01:11 -0800)
commita395b637a62a380f2d11e12f8c9e0eceb9e86a8f
tree3a37024dc8854a113bdde9ce09411439030e9511
parente73bb23f4f1165c3fd387308e7f76684fabc8c0e
df: port the new df test to POSIX sed, larger file systems

* tests/df/df-output.sh: For the test "df -B1K --output=size",
do not assume that the file system size fits in 9 bytes; it
might be larger than that, so omit leading space.  Also, use
portable 'sed' commands: POSIX says sed commands inside { } should
all end in newline.
tests/df/df-output.sh