This was making make runtest-parallel flaky Signed-off-by: Dylan Yudaken <dylany@xxxxxx> --- test/open-direct-pick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/open-direct-pick.c b/test/open-direct-pick.c index b1597e73231e..a1edf8464dc8 100644 --- a/test/open-direct-pick.c +++ b/test/open-direct-pick.c @@ -158,7 +158,7 @@ int main(int argc, char *argv[]) return 0; } - path = "/tmp/.open.close"; + path = "/tmp/.open.direct.pick"; t_create_file(path, 4096); ret = test_openat(&ring, path); -- 2.30.2