Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
alias: compare alias name *case-insensitively*
[gitweb.git]
/
t
/
t1300-repo-config.sh
diff --git
a/t/t1300-repo-config.sh
b/t/t1300-repo-config.sh
index f22b6116806478a1f0378a77263490831c9673a2..23312bee286ab89e24196b150d99bb3283d5d094 100755
(executable)
--- a/
t/t1300-repo-config.sh
+++ b/
t/t1300-repo-config.sh
@@
-1075,7
+1075,7
@@
test_expect_success 'git -c works with aliases of builtins' '
test_cmp expect actual
'
-test_expect_
failure
'aliases can be CamelCased' '
+test_expect_
success
'aliases can be CamelCased' '
test_config alias.CamelCased "rev-parse HEAD" &&
git CamelCased >out &&
git rev-parse HEAD >expect &&