mirror of
https://github.com/git/git.git
synced 2026-02-24 17:11:07 +00:00
Merge branch 'ak/t9812-test-path-is-helpers'
Test update. * ak/t9812-test-path-is-helpers: t9812: modernize test path helpers
This commit is contained in:
@@ -30,13 +30,13 @@ test_expect_success 'wildcard files git p4 clone' '
|
||||
test_when_finished cleanup_git &&
|
||||
(
|
||||
cd "$git" &&
|
||||
test -f file-wild#hash &&
|
||||
test_path_is_file file-wild#hash &&
|
||||
if test_have_prereq !MINGW,!CYGWIN
|
||||
then
|
||||
test -f file-wild\*star
|
||||
test_path_is_file file-wild\*star
|
||||
fi &&
|
||||
test -f file-wild@at &&
|
||||
test -f file-wild%percent
|
||||
test_path_is_file file-wild@at &&
|
||||
test_path_is_file file-wild%percent
|
||||
)
|
||||
'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user