Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t/README: hint about using $(pwd) rather than $PWD in tests
[gitweb.git]
/
t
/
t3032-merge-recursive-options.sh
diff --git
a/t/t3032-merge-recursive-options.sh
b/t/t3032-merge-recursive-options.sh
index 2293797553d49c5221da10ca17f97eeba1f5d29d..de9ff89d14ff97f1691efee3a670084d4f20a249 100755
(executable)
--- a/
t/t3032-merge-recursive-options.sh
+++ b/
t/t3032-merge-recursive-options.sh
@@
-16,13
+16,13
@@
test_description='merge-recursive options
test_expect_success 'setup' '
conflict_hunks () {
sed -n -e "
- /^<<<</ b
in
conflict
+ /^<<<</ b conflict
b
- :
in
conflict
+ : conflict
p
/^>>>>/ b
n
- b
in
conflict
+ b conflict
" "$@"
} &&