New test cases for -ilname, -inum, -lname, -xtype
[findutils.git] / find / testsuite / find.gnu / xtype.exp
blob62cb7491f2644d899b2f8ba1ee752cfd634079f3
1 # checks for the -xtype test.
2 exec rm -rf tmp
4 exec mkdir tmp
5 exec ln -s /etc/passwd tmp/LINK
6 exec ln -s /NOSUCHFILE tmp/BROKEN
8 find_start p { -H tmp/LINK tmp/BROKEN tmp -xtype l -printf "xtype is l: %p\n" , \! -xtype l -printf "xtype is not l: %p\n" }