K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2013-08-01T18:51:26.641303Z
K 7
svn:log
V 389
fix the test suite for inndf

When the filesystem name is lengthy, df may output two lines.
"df -k -P ." and "df -i -P ." (-P for a POSIX result) are
not available on all systems, so we just rewrite the df output
on one line.

$ df -k .
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/mapper/gcc12-home
                     546781616 413506476 133275140  76% /home

END
