diff --git a/Userland/Utilities/disk_benchmark.cpp b/Userland/Utilities/disk_benchmark.cpp index 70abbf18f2..e6a375f74d 100644 --- a/Userland/Utilities/disk_benchmark.cpp +++ b/Userland/Utilities/disk_benchmark.cpp @@ -68,8 +68,6 @@ ErrorOr serenity_main(Main::Arguments arguments) block_sizes = { 8192, 32768, 65536 }; } - umask(0644); - auto filename = DeprecatedString::formatted("{}/disk_benchmark.tmp", directory); for (auto file_size : file_sizes) {