qutebrowser/tests
Florian Bruhin 99c8b80a46 Use i- as prefix for the IPC path on macOS
With Qt 5.12, standarddir.runtime() gives us a path in /private/var/folders/...
instead of /var/folders/... like before. Due to that change, the path length is
105 chars, which is too long for a named socket (104 seems to be okay).

The complete name is just slightly too long, so using i- instead of ipc- fixes
things...

Fixes #4471
See #888
2019-02-22 10:22:09 +01:00
..
end2end Skip flaky test 2019-02-17 22:39:58 +01:00
helpers Bring back separate is_blocked method 2018-12-10 16:33:24 +01:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Use i- as prefix for the IPC path on macOS 2019-02-22 10:22:09 +01:00
conftest.py Remove now unneeded pylint suppressions 2018-11-28 12:54:19 +01:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00