Message ID | 20220927102202.69069-4-dylany@fb.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | 6.0 updates | expand |
On 9/27/22 5:22 PM, Dylan Yudaken wrote: > This was making make runtest-parallel flaky > > Signed-off-by: Dylan Yudaken<dylany@fb.com> > --- > test/open-direct-pick.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Yeah, it clashes with test/open-close.c's. Reviewed-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
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);
This was making make runtest-parallel flaky Signed-off-by: Dylan Yudaken <dylany@fb.com> --- test/open-direct-pick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)