mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 01:40:29 +01:00
test: init test quirks in /tmp, not /run
We don't need to be root to write to tmp Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
55d2890aae
commit
9d26caa569
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ static struct data_dir
|
|||
make_data_dir(const char *file_content)
|
||||
{
|
||||
struct data_dir dir = {0};
|
||||
char dirname[PATH_MAX] = "/run/litest-quirk-test-XXXXXX";
|
||||
char dirname[PATH_MAX] = "/tmp/litest-quirk-test-XXXXXX";
|
||||
char *filename;
|
||||
FILE *fp;
|
||||
int rc;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue