mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
alacritty: remove unused patch
This commit is contained in:
parent
f0b7d322d1
commit
de775caa9c
2 changed files with 0 additions and 18 deletions
|
@ -9,12 +9,6 @@ dircolors -b > /PATH_TO_COREUTILS/tests/fixtures/dircolors/bash_def.expected
|
|||
dircolors -c > /PATH_TO_COREUTILS/tests/fixtures/dircolors/csh_def.expected
|
||||
```
|
||||
|
||||
Apply the patches to include more terminals that support colors:
|
||||
|
||||
```shell
|
||||
git apply /PATH_TO_COREUTILS/src/uu/dircolors/alacritty-supports-colors.patch
|
||||
```
|
||||
|
||||
Run the tests:
|
||||
|
||||
```shell
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/tests/fixtures/dircolors/internal.expected b/tests/fixtures/dircolors/internal.expected
|
||||
index e151973f2..01dae4273 100644
|
||||
--- a/tests/fixtures/dircolors/internal.expected
|
||||
+++ b/tests/fixtures/dircolors/internal.expected
|
||||
@@ -7,6 +7,7 @@
|
||||
# restrict following config to systems with matching environment variables.
|
||||
COLORTERM ?*
|
||||
TERM Eterm
|
||||
+TERM alacritty*
|
||||
TERM ansi
|
||||
TERM *color*
|
||||
TERM con[0-9]*x[0-9]*
|
Loading…
Reference in a new issue