From 412ef93e6e909e264ea2899a7ae51c52fa0ed4f7 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sat, 20 Dec 2025 00:17:46 +0900 Subject: [PATCH] DEVELOPMENT.md: Remove a wrong desc --- DEVELOPMENT.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f9636625b01..4f885e085dd 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -244,8 +244,6 @@ DEBUG=1 bash util/run-gnu-test.sh tests/misc/sm3sum.pl ***Tip:*** First time you run `bash util/build-gnu.sh` command, it will provide instructions on how to checkout GNU coreutils repository at the correct release tag. Please follow those instructions and when done, run `bash util/build-gnu.sh` command again. -Note that GNU test suite relies on individual utilities (not the multicall binary). - You also need to install [quilt](https://savannah.nongnu.org/projects/quilt), a tool used to manage a stack of patches for modifying GNU tests. On FreeBSD, you need to install packages for GNU coreutils and sed (used in shell scripts instead of system commands):