feat: ignore_difs key to ignore diffs in tests

This commit is contained in:
2026-03-24 19:17:47 +00:00
parent 4e9459c86c
commit 9e4604e9fe
9 changed files with 276 additions and 66 deletions
+1 -1
View File
@@ -444,5 +444,5 @@ func MustGitInit(t *testing.T, dir string) {
}
func validConfigContent(testDir string) string {
return "[mire]\ntest_dir = \"" + testDir + "\"\n\n[sandbox]\nhome = \"/home/test\"\nmounts = []\npaths = []\n"
return "[mire]\ntest_dir = \"" + testDir + "\"\nignore_diffs = []\n\n[sandbox]\nhome = \"/home/test\"\nmounts = []\npaths = []\n"
}