mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 07:14:40 +03:00
for fuzzing the imapserver and smtpserver use different config files than regular tests
otherwise they cannot be running at the same time, they could overwrite each other's files.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,7 @@
|
||||
/testdata/exportmbox/
|
||||
/testdata/httpaccount/data/
|
||||
/testdata/imap/data/
|
||||
/testdata/imapserverfuzz/data/
|
||||
/testdata/imaptest/data/
|
||||
/testdata/integration/data/
|
||||
/testdata/junk/*.bloom
|
||||
@ -18,6 +19,7 @@
|
||||
/testdata/smtp/sendlimit/data/
|
||||
/testdata/smtp/catchall/data/
|
||||
/testdata/smtp/postmaster/
|
||||
/testdata/smtpserverfuzz/data/
|
||||
/testdata/store/data/
|
||||
/testdata/train/
|
||||
/cover.out
|
||||
|
Reference in New Issue
Block a user