forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t4200-rerere.sh: use test_path_is_* functions in the script
The original code works fine. However, since the code base has already had help-functions(in test-lib-functions), the change is able to help people understand the code better, as well as improve debug-friendliness. * t4200-rerere.sh: replace "test -d" with "test_path_is_dir" * t4200-rerere.sh: replace "test -f" with "test_path_is_file" Signed-off-by: Angel Pan <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters