Fix setgid/setuid typo
[findutils.git] / find / testsuite / find.gnu / posix-l.exp
blob6055edff841be862f66c968a2e560be0aa238322
1 # Verifies that the POSIX -L option is correctly implemented,
2 # but does this by using the GNU extension -printf.
3 exec rm -rf tmp
5 exec mkdir tmp
6 exec ln -s /etc/passwd tmp/LINK
7 exec ln -s /NOSUCHFILE tmp/BROKEN
9 # Links should all be dereferenced unless they are broken.
10 find_start p { -L tmp/LINK tmp/BROKEN tmp -printf "%y %d %p\n" }