provide --color option for all ref-filter users
[gitweb.git] / t / t7004-tag.sh
index 6dc44478f9afd30939959371d79f5aaf620c5a55..f5547371a360bf819e3a5f29973bd7a2896f62f6 100755 (executable)
@@ -1919,8 +1919,8 @@ test_expect_success TTY '%(color) present with tty' '
        test_cmp expect.color actual
 '
 
-test_expect_success 'color.ui=always overrides auto-color' '
-       git -c color.ui=always tag $color_args >actual.raw &&
+test_expect_success '--color overrides auto-color' '
+       git tag --color $color_args >actual.raw &&
        test_decode_color <actual.raw >actual &&
        test_cmp expect.color actual
 '