Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'oc/mergetools-beyondcompare'
[gitweb.git]
/
t
/
t4102-apply-rename.sh
diff --git
a/t/t4102-apply-rename.sh
b/t/t4102-apply-rename.sh
index 49e2d6c34983c7e4620739a52ecc03cf158efe3a..fae305979a88614bdf33963936d3fce32df83b8c 100755
(executable)
--- a/
t/t4102-apply-rename.sh
+++ b/
t/t4102-apply-rename.sh
@@
-52,6
+52,6
@@
EOF
test_expect_success 'apply copy' \
'git apply --index --stat --summary --apply test-patch &&
- test "$(cat bar)" = "This is bar"
-a
"$(cat foo)" = "This is foo"'
+ test "$(cat bar)" = "This is bar"
&& test
"$(cat foo)" = "This is foo"'
test_done