vendor/liburing/test/openat2.c in polyphony-0.94 vs vendor/liburing/test/openat2.c in polyphony-0.95
- old
+ new
@@ -244,15 +244,15 @@
fprintf(stderr, "ring setup failed\n");
return 1;
}
if (argc > 1) {
- path = "/tmp/.open.close";
+ path = "/tmp/.open.at2";
path_rel = argv[1];
do_unlink = 0;
} else {
- path = "/tmp/.open.close";
- path_rel = ".open.close";
+ path = "/tmp/.open.at2";
+ path_rel = ".open.at2";
do_unlink = 1;
}
t_create_file(path, 4096);