Imported Upstream version 4.5.10
[platform/upstream/findutils.git] / find / testsuite / find.gnu / posix-dflt.exp
1 # Verifies that the POSIX behaviour without -P or -L options is
2 # correctly implemented, but does this by using the GNU extension
3 # -printf.
4 exec rm -rf tmp
5
6 exec mkdir tmp
7 exec ln -s /etc/passwd  tmp/LINK
8 exec ln -s /NOSUCHFILE  tmp/BROKEN
9
10 find_start p { -P tmp/LINK tmp/BROKEN tmp -printf "%y %d %p\n" }