Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jt/tag-following-with-proto-v2-fix'
[gitweb.git]
/
t
/
t4060-diff-submodule-option-diff-format.sh
diff --git
a/t/t4060-diff-submodule-option-diff-format.sh
b/t/t4060-diff-submodule-option-diff-format.sh
index 4b168d0ed7ff2bbb1d93895de7fdf3f14bfe334e..0eba4620f039aaa529afa2cf3fbcff2559857b9e 100755
(executable)
--- a/
t/t4060-diff-submodule-option-diff-format.sh
+++ b/
t/t4060-diff-submodule-option-diff-format.sh
@@
-721,7
+721,7
@@
test_expect_success 'given commit' '
test_expect_success 'setup .git file for sm2' '
(cd sm2 &&
REAL="$(pwd)/../.real" &&
- mv .git "$REAL"
+ mv .git "$REAL"
&&
echo "gitdir: $REAL" >.git)
'