* tests/df/no-mtab-status.sh: mntent.h is always provided now by gnulib.
* tests/df/skip-duplicates.sh: Likewise.
# Protect against inaccessible remote mounts etc.
timeout 10 df || skip_ "df fails"
-grep '^#define HAVE_MNTENT_H 1' $CONFIG_HEADER > /dev/null \
- || skip_ "no mntent.h available to confirm the interface"
-
grep '^#define HAVE_GETMNTENT 1' $CONFIG_HEADER > /dev/null \
|| skip_ "getmntent is not used on this system"
test -z "$CU_NONROOT_FS" || unique_entries=$(expr $unique_entries + 1)
test -z "$CU_REMOTE_FS" || unique_entries=$(expr $unique_entries + 2)
-grep '^#define HAVE_MNTENT_H 1' $CONFIG_HEADER > /dev/null \
- || skip_ "no mntent.h available to confirm the interface"
-
grep '^#define HAVE_GETMNTENT 1' $CONFIG_HEADER > /dev/null \
|| skip_ "getmntent is not used on this system"