summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_chdir_cache.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-05-02s3:tests: Reformat test_chdir_cache.shAndreas Schneider1-16/+22
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-10-08s3: selftest: Add regression test to show the $cwd cache is misbehaving when ↵Jeremy Allison1-0/+102
we connect as a different user on a share. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14682 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>