]> git.99rst.org Git - git.git/commit
t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
authorCOGONI Guillaume <redacted>
Tue, 22 Feb 2022 21:54:28 +0000 (22:54 +0100)
committerJunio C Hamano <redacted>
Wed, 23 Feb 2022 23:08:44 +0000 (15:08 -0800)
commitf01f948282d00b0e22ff08a3acf859fd49bff07c
tree33ef9e1bea1cc4e8c47275abb24d3db7635d4d37
parent2b9c1209706bc2ef0ab09fb0bdc7d405e225ce8b
t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*

Use test_path_is_* to replace test [-d|-f] because that give more
explicit debugging information. And it doesn't change the semantics.

Signed-off-by: COGONI Guillaume <redacted>
Co-authored-by: BRESSAT Jonathan <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3903-stash.sh
git clone https://git.99rst.org/PROJECT