* tests/df/skip-duplicates.sh: Just skip this test if we fail
to build the shared lib. This fails on Solaris 11 at least
due to no HAVE_MNTENT_H. Note HAVE_SYS_MNTENT_H does not
suffice for this wrapper code.
* tests/df/no-mtab-status.sh: Likewise.
# Then compile/link it:
gcc_shared_ k.c k.so \
- || framework_failure_ 'failed to build shared library'
+ || skip_ 'failed to build mntent shared library'
cleanup_() { unset LD_PRELOAD; }
# Then compile/link it:
gcc_shared_ k.c k.so \
- || framework_failure_ 'failed to build shared library'
+ || skip_ 'failed to build mntent shared library'
# Test if LD_PRELOAD works:
LD_PRELOAD=$LD_PRELOAD:./k.so df