aboutsummaryrefslogtreecommitdiff
path: root/t/t7400-submodule-basic.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-17 11:39:59 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-17 11:39:59 -0700
commitf2ded0f807da72d2bac8cdb7f332a91f5ea5ee72 (patch)
tree67820bf44cea87bdb5f21e5a3dcb9b0bc1184b07 /t/t7400-submodule-basic.sh
parent22a6f313333d41dad0030ec07cdededbdd007a72 (diff)
parent92b0c8bed0d3f6ed5442e3ffa178413772faa31b (diff)
downloadgit-f2ded0f807da72d2bac8cdb7f332a91f5ea5ee72.tar.gz
git-f2ded0f807da72d2bac8cdb7f332a91f5ea5ee72.tar.xz
Merge branch 'tb/precompose-autodetect-fix'
On MacOS X, we detected if the filesystem needs the "pre-composed unicode strings" workaround, but did not automatically enable it. Now we do. * tb/precompose-autodetect-fix: Set core.precomposeunicode to true on e.g. HFS+
Diffstat (limited to 't/t7400-submodule-basic.sh')
-rwxr-xr-xt/t7400-submodule-basic.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh
index 4192fe0ec..10f89bd0c 100755
--- a/t/t7400-submodule-basic.sh
+++ b/t/t7400-submodule-basic.sh
@@ -962,7 +962,6 @@ test_expect_success 'submodule with UTF-8 name' '
git add sub &&
git commit -m "init sub"
) &&
- test_config core.precomposeunicode true &&
git submodule add ./"$svname" &&
git submodule >&2 &&
test -n "$(git submodule | grep "$svname")"