diff options
Diffstat (limited to 'test-colors.sh')
-rwxr-xr-x | test-colors.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-colors.sh b/test-colors.sh index f234ca9..6243c8f 100755 --- a/test-colors.sh +++ b/test-colors.sh @@ -460,7 +460,7 @@ test_bash_colors_changes() { touch bar git add bar echo "bar" > bar - untracked="1\x01changes-untracked\x02A\x01change-reset\x02" + untracked="1\x01changes-untracked\x02?\x01change-reset\x02" unstaged="1\x01changes-unstaged\x02M\x01change-reset\x02" staged="1\x01changes-staged\x02A\x01change-reset\x02" @@ -482,7 +482,7 @@ test_zsh_colors_changes() { touch bar git add bar echo "bar" > bar - untracked="1%{changes-untracked%}A%{change-reset%}" + untracked="1%{changes-untracked%}?%{change-reset%}" unstaged="1%{changes-unstaged%}M%{change-reset%}" staged="1%{changes-staged%}A%{change-reset%}" |