Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix non-dirty files being reported as dirty
Fixes non-dirty files being reported as dirty. Since the `is_dirty` variable was initialized as 0 outside the for loop, after a dirty file was found, all the subsequent files were also reported as dirty. Initializing it in the every iteration fixes this issue. Signed-off-by: Takahiro Itazuri <[email protected]>
- Loading branch information