summaryrefslogtreecommitdiff
path: root/find/testsuite/find.posix/dotdotfiles.exp
blob: 80df7c6ce326d107766ffaa6d283f1aaea64d770 (plain)
1
2
3
4
5
6
7
8
# Test entries starting with "..", e.g. "..tmp".
# Commit v4.5.10-95-ga29e61b introduced a regression
# which made oldfind(1) skip such entries.
# This is Savannah bug #45090.
exec rm -rf tmp
exec mkdir tmp tmp/..tmp
find_start p {tmp}
exec rm -rf tmp