diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-07 14:33:43 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-07 14:50:43 +0100 |
commit | 232f4feacebb5c9ea7072238ae3e565c2c292b70 (patch) | |
tree | 7e5856260181413f2a82030202a9ce74bfde6213 /tests/functional/local.mk | |
parent | 852bc55c870e32f18ca64cb7dcbdf225b137ed3c (diff) |
Merge pull request #9324 from 9999years/fix-8854-take-2
Don't attempt to `git add` ignored files
(cherry picked from commit 359990dfdc713c80aabd7ea6f7e4528628fbe108)
===
also added a regression test that isn't upstream to be sure we're
actually fixing the bug.
Change-Id: I8267a3d0ece9909d8008b7435b90e7b3eee366f6
Diffstat (limited to 'tests/functional/local.mk')
-rw-r--r-- | tests/functional/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/local.mk b/tests/functional/local.mk index 9f50a6dcc..f94f514c9 100644 --- a/tests/functional/local.mk +++ b/tests/functional/local.mk @@ -3,6 +3,7 @@ nix_tests = \ init.sh \ flakes/flakes.sh \ flakes/develop.sh \ + flakes/develop-r8854.sh \ flakes/run.sh \ flakes/mercurial.sh \ flakes/circular.sh \ |