]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: added -P option to $DF_PROG
authorStanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
Tue, 29 Oct 2013 09:25:24 +0000 (09:25 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 11 Nov 2013 15:47:31 +0000 (09:47 -0600)
commitbfdd1e72b358c6eba9584988d599aa3857461eb4
treeb0dbc6e65c75a6de46b76a5c8428259debad647b
parentefbdf561bd9a7124b3a35601b2ca036ff2f88dce
xfstests: added -P option to $DF_PROG

Added -P option to $DF_PROG and changed the invocation of
'df' command in generic/{251,260,273,275} testcases
with $DF_PROG.

Otherwise the testcases will fail if the scratch
device has a long name (for example, if it's an LVM volume).
Because df outputs its usage stats with two lines:

/dev/mapper/xfstests-disk1
                       3030800      4608   2868908   1% /tmp/mnt/disk1

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
common/config
tests/generic/251
tests/generic/260
tests/generic/273
tests/generic/275