Revert "color: make "always" the same as "auto" in config"
[gitweb.git] / t / t3701-add-interactive.sh
index a49c12c79b28fac8545dffcbaba8e8905c8d6222..87ffd4d43c4aa9ef4e1cae63e078e708ddbd4b27 100755 (executable)
@@ -483,7 +483,7 @@ test_expect_success 'hunk-editing handles custom comment char' '
        git diff --exit-code
 '
 
-test_expect_success 'add -p works even with color.ui=always' '
+test_expect_failure 'add -p works even with color.ui=always' '
        git reset --hard &&
        echo change >>file &&
        test_config color.ui always &&