Changed the interpretatioon of -perm /000 as described in bug #14748
[findutils.git] / find / testsuite / find.gnu / perm000.exp
blob92171293db309f393d29994d0e7d4847df29e578
1 # tests for -perm /000 (Savannah bug #14748).
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec touch tmp/fred tmp/wilma
5 exec chmod 000 tmp/fred
6 find_start p {tmp -perm /000 -print 2>/dev/null }
7 exec rm -rf tmp