Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/clone-shallow-passthru'
[gitweb.git]
/
t
/
t2200-add-update.sh
diff --git
a/t/t2200-add-update.sh
b/t/t2200-add-update.sh
index e16b15d3e5784eb3c6423318142cb91fe3a58601..314c73c5a708fda8f39e7a86bf3db0329191d7a7 100755
(executable)
--- a/
t/t2200-add-update.sh
+++ b/
t/t2200-add-update.sh
@@
-84,6
+84,8
@@
test_expect_success 'non-qualified update in subdir updates from the root' '
(
cd dir1 &&
echo even more >>sub2 &&
+ git --literal-pathspecs add -u &&
+ echo even more >>sub2 &&
git add -u
) &&
: >expect &&