Files
findutils/find/testsuite/find.gnu/samefile-same.exp
2005-07-31 18:30:58 +00:00

7 lines
158 B
Plaintext

# 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