Skip to content

Conversation

@mrpjl
Copy link
Contributor

@mrpjl mrpjl commented Dec 8, 2024

Fix #1582. Thanks @nawe1321

Changed maxdepth value to 2 from 1.

Old Result

> find /home -maxdepth 1 -name ".*history" ! -type f -print
<no output>

New Result

$ find /home -maxdepth 2 -name ".*history" ! -type f -print
/home/me/.test_history     <--- detects symbolic link file.

@mrpjl
Copy link
Contributor Author

mrpjl commented Sep 28, 2025

can this be reviewed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HOME-9310 test does not detect non-standard .bash_history files in user home directories due to maxdepth limitation

1 participant