merge(third_party/git): Merge squashed git subtree at v2.23.0
Merge commit '1b593e1ea4
' as 'third_party/git'
This commit is contained in:
commit
7ef0d62730
3629 changed files with 1139935 additions and 0 deletions
22
third_party/git/t/t4110-apply-scan.sh
vendored
Executable file
22
third_party/git/t/t4110-apply-scan.sh
vendored
Executable file
|
@ -0,0 +1,22 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2005 Junio C Hamano
|
||||
# Copyright (c) 2005 Robert Fitzsimons
|
||||
#
|
||||
|
||||
test_description='git apply test for patches which require scanning forwards and backwards.
|
||||
|
||||
'
|
||||
. ./test-lib.sh
|
||||
|
||||
test_expect_success 'git apply scan' '
|
||||
git apply \
|
||||
"$TEST_DIRECTORY/t4110/patch1.patch" \
|
||||
"$TEST_DIRECTORY/t4110/patch2.patch" \
|
||||
"$TEST_DIRECTORY/t4110/patch3.patch" \
|
||||
"$TEST_DIRECTORY/t4110/patch4.patch" \
|
||||
"$TEST_DIRECTORY/t4110/patch5.patch" &&
|
||||
test_cmp new.txt "$TEST_DIRECTORY/t4110/expect"
|
||||
'
|
||||
|
||||
test_done
|
Loading…
Add table
Add a link
Reference in a new issue