# Verifies that the POSIX behaviour without -P or -L options is
# correctly implemented, but does this by using the GNU extension
# -printf.
exec rm -rf tmp
exec mkdir tmp
exec ln -s /etc/passwd tmp/LINK
exec ln -s /NOSUCHFILE tmp/BROKEN
find_start p { -P tmp/LINK tmp/BROKEN tmp -printf "%y %d %p\n" }