diff options
| author | Dan Davison <dandavison7@gmail.com> | 2022-01-16 11:24:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 11:24:42 -0500 |
| commit | 9106a51ac385f26d5eccdfd68af933508668ae28 (patch) | |
| tree | b95cfe784050319736224755bdc08f066fb79f3f /tests | |
| parent | f498544dfd0ffe7d1a3edbfef65a5067ad50091d (diff) | |
Drop deprecated options (#914)
Drop deprecated options
Fixes #891
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_deprecated_options | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/test_deprecated_options b/tests/test_deprecated_options index 8202a70..1665755 100755 --- a/tests/test_deprecated_options +++ b/tests/test_deprecated_options @@ -6,24 +6,6 @@ DELTA="$DELTA_BIN --no-gitconfig" foreground_color=red for decoration_attr in box underline plain; do - git show | $DELTA --commit-style $decoration_attr git show | $DELTA --file-style $decoration_attr - git show | $DELTA --hunk-style $decoration_attr - - git show | $DELTA --commit-color $foreground_color - git show | $DELTA --file-color $foreground_color - git show | $DELTA --hunk-color $foreground_color - - git show | $DELTA --commit-color $foreground_color --commit-style $decoration_attr - git show | $DELTA --file-color $foreground_color --file-style $decoration_attr - git show | $DELTA --hunk-color $foreground_color --hunk-style $decoration_attr - done - -background_color=blue -for option in --minus-color --plus-color --minus-emph-color --plus-emph-color; do - git show | $DELTA $option $background_color -done - -git show | $DELTA --theme=GitHub --highlight-removed |
