diff options
Diffstat (limited to 't/t7301-clean-interactive.sh')
-rwxr-xr-x | t/t7301-clean-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7301-clean-interactive.sh b/t/t7301-clean-interactive.sh index 39212dccd2..1bf9789c8a 100755 --- a/t/t7301-clean-interactive.sh +++ b/t/t7301-clean-interactive.sh @@ -476,7 +476,7 @@ test_expect_success 'git clean -id with prefix and path (ask)' ' test_expect_success TTY 'git clean -i paints the header in HEADER color' ' >a.out && echo q | - test_terminal env TERM=vt100 git clean -i | + test_terminal git clean -i | test_decode_color | head -n 1 >header && # not i18ngrep |