diff options
author | 2024-09-25 09:14:21 -0700 | |
---|---|---|
committer | 2024-09-25 16:20:15 +0000 | |
commit | 117af42922e3102e2140c064cbe861cb14a2c203 (patch) | |
tree | 675d9d9ea894edf200705e2d101b4b825161a422 /java/java_test.go | |
parent | 6b06a3a36fc2999b09686cdb86ab9b791e216010 (diff) |
Possible fix for stat error during globbing
Globs can fail when a directory is replaced with a file:
Error checking globs: stat foo: not a directory
Manually check for syscall.ENOTDIR, which is not covered by
fs.ErrNotExist.
Bug: 369548825
Test: manual
Flag: EXEMPT bugfix
Change-Id: I35f65725b70fc0abb22aff46298d053d98d03b00
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions