Skip to content
  • Jeff King's avatar
    t7508: use test_terminal for color output · 01c94e90
    Jeff King authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    This script tests the output of status with various formats
    when color is enabled. It uses the "always" setting so that
    the output is valid even though we capture it in a file.
    Using test_terminal gives us a more realistic environment,
    and prepares us for the behavior of "always" changing.
    
    Arguably we are testing less than before, since "auto" is
    already the default, and we can no longer tell if the config
    is actually doing anything.
    
    Signed-off-by: default avatarJeff King <peff@peff.net>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    01c94e90