Code

handle_options(): do not miscount how many arguments were used
[git.git] / t / t1300-repo-config.sh
index 52c9ac9b65393dceb21551b8fdb9a14c19c3b48e..de2a014d8fade18d8e8f666c502e584a57473d28 100755 (executable)
@@ -854,7 +854,7 @@ test_expect_success 'git -c "key=value" support' '
        test_must_fail git -c core.name=value config name
 '
 
-test_expect_failure 'git -c works with aliases of builtins' '
+test_expect_success 'git -c works with aliases of builtins' '
        git config alias.checkconfig "-c foo.check=bar config foo.check" &&
        echo bar >expect &&
        git checkconfig >actual &&