]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: don't skip df tests with /proc/self/mountinfo
authorPádraig Brady <P@draigBrady.com>
Thu, 30 Apr 2015 10:33:38 +0000 (11:33 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 30 Apr 2015 17:24:47 +0000 (18:24 +0100)
commit88a03548248cac37662f5044df5c35152c5eb937
tree81536b5549137289f28e98f9d5e7cb300430c643
parentc77a96ccba91ca687fe0c22e3b2bb1141fbab421
tests: don't skip df tests with /proc/self/mountinfo

* tests/df/no-mtab-status.sh: getmntent is no longer called
when /proc/self/mountinfo is present, thus causing the test
to be skipped.  Therefore wrap fopen() to ignore mountinfo,
and use the test genmntent table instead.
* tests/df/skip-duplicates.sh: Likewise.
tests/df/no-mtab-status.sh
tests/df/skip-duplicates.sh