Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Test suite: don't treat broken symlinks as missing. | Guilhem Moulin | 2019-11-13 | 1 |
| | | | | | `test -f` deferences paths so fails on broken symlinks, yielding an incorrect test environment and perhaps even a false negative. | |||
* | Test suite: add new tests for authentication. | Guilhem Moulin | 2019-11-13 | 1 |
| | | | | | | | | | This can't be done with `doveadm exec imap`, so the IMAPd needs to bind to TCP port 10143 on the loopback interface. Also, no longer pass ‘imap_capability’ Dovecot setting explicitely to `doveadm exec imap`; changed tests/sync-live-crippled to use type=imap instead of type=tunnel. | |||
* | Refactor and improve test suite. | Guilhem Moulin | 2019-11-13 | 1 |
| | ||||
* | Fix minor space damage. | Guilhem Moulin | 2019-07-05 | 1 |
| | ||||
* | tests/run: fix minor space damage | Guilhem Moulin | 2019-06-27 | 1 |
| | ||||
* | test suite: make sqlite3 ignore ~/.sqliterc | Guilhem Moulin | 2019-06-27 | 1 |
| | ||||
* | tests/run: use the current date as Message-ID in `sample_message`. | Guilhem Moulin | 2019-05-28 | 1 |
| | | | | | | A random 128-bit UUID obtained from /proc/sys/kernel/random/uuid works too but is Linux-specific and requires the proc(5) pseudo-filesystem to be mounted at /proc. | |||
* | tests/run: set 'mailbox_list_index = yes' in dovecot.conf. | Guilhem Moulin | 2019-05-28 | 1 |
| | | | | | LAYOUT=index requires mailbox_list_index = yes. It's the default since dovecot 2.3, but we set it explicitly to support older versions. | |||
* | tests/run: Don't void the command's standard error. | Guilhem Moulin | 2019-05-28 | 1 |
| | ||||
* | tests/run: Honor $TMPDIR if the variable is set. | Guilhem Moulin | 2019-05-28 | 1 |
| | | | | Otherwise use /dev/shm. | |||
* | Add test-suite (requires dovecot-imapd). | Guilhem Moulin | 2019-05-27 | 1 |