* [PATCH 2/2] Complain in tests about aliases not working for, alternative config files
@ 2012-03-02 11:00 Rune Schjellerup Philosof
0 siblings, 0 replies; only message in thread
From: Rune Schjellerup Philosof @ 2012-03-02 11:00 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]
From c412e07ba45be32f2158c5668752354a979734d6 Mon Sep 17 00:00:00 2001
From: Rune Philosof <rune.git@philosof.dk>
Date: Fri, 2 Mar 2012 11:13:55 +0100
Subject: [PATCH 2/2] Complain in tests about aliases not working for
alternative config files
Aliases does not work when set in a configuration file specified by the
GIT_CONFIG variable.
Signed-off-by: Rune Philosof <rune.git@philosof.dk>
---
t/t1300-repo-config.sh | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh
index 81ccad5..433ef94 100755
--- a/t/t1300-repo-config.sh
+++ b/t/t1300-repo-config.sh
@@ -955,6 +955,17 @@ test_expect_success 'git -c works with aliases of
builtins' '
test_cmp expect actual
'
+test_expect_failure 'aliases work with alternative config' '
+ (
+ GIT_CONFIG=alias &&
+ export GIT_CONFIG &&
+ git config alias.altconfig "-c foo.check=bar config foo.check" &&
+ echo bar >expect &&
+ git altconfig >actual &&
+ test_cmp expect actual
+ )
+'
+
test_expect_success 'git -c does not split values on equals' '
echo "value with = in it" >expect &&
git -c core.foo="value with = in it" config core.foo >actual &&
--
1.7.5.4
[-- Attachment #2: S/MIME-signeret meddelelse --]
[-- Type: application/pkcs7-signature, Size: 2033 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-02 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 11:00 [PATCH 2/2] Complain in tests about aliases not working for, alternative config files Rune Schjellerup Philosof
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.