diff options
Diffstat (limited to 't/t3205-branch-color.sh')
-rwxr-xr-x | t/t3205-branch-color.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3205-branch-color.sh b/t/t3205-branch-color.sh index b905dc4867..2a09442c2b 100755 --- a/t/t3205-branch-color.sh +++ b/t/t3205-branch-color.sh @@ -31,7 +31,7 @@ test_expect_success 'regular output shows colors' ' test_cmp expect actual ' -test_expect_success PREPARE_FOR_MAIN_BRANCH 'verbose output shows colors' ' +test_expect_success 'verbose output shows colors' ' oid=$(git rev-parse --short HEAD) && cat >expect <<-EOF && * <CYAN>main <RESET> $oid foo |