diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-16 09:42:08 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-16 09:42:08 +0200 |
| commit | cfe4faaaf6791e6f0aa64108b16b9b0074251fb8 (patch) | |
| tree | f13b42f23447fa2a51c7f818211f0e8d0f724f9a /test/Makefile | |
| parent | 9f0ab85903ee024f9e29d740ecf0525c9d96da6e (diff) | |
magit-log-refresh: Avoid wrapping magit-log-infix-arguments
If we wrap an included group that leads to surprising coordinates
when addressing groups/suffixes in the menu.
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 439eef0..c7ab8b8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ -include ../config.mk include ../default.mk -test: +test: lisp @printf "Testing...\n" @$(BATCH) --eval "(progn\ $$suppress_warnings\ |
