(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
samefile-same.exp
# test for -samefile
exec rm -rf tmp
exec mkdir tmp tmp/one tmp/two
exec touch tmp/file
find_start p {tmp tmp/file -samefile tmp/file -print}
exec rm -rf tmp