summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-16 11:24:42 -0500
committerGitHub <noreply@github.com>2022-01-16 11:24:42 -0500
commit9106a51ac385f26d5eccdfd68af933508668ae28 (patch)
treeb95cfe784050319736224755bdc08f066fb79f3f /tests
parentf498544dfd0ffe7d1a3edbfef65a5067ad50091d (diff)
Drop deprecated options (#914)
Drop deprecated options Fixes #891
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_deprecated_options18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/test_deprecated_options b/tests/test_deprecated_options
index 8202a70c..1665755e 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