From 5c7f36b1419517d68b1b24adce28617bbc92a6d6 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 23 Aug 2023 19:37:13 +0200 Subject: [PATCH] btrfs-progs: tests: fix typo in README The correct helper name is check_global_prereq, this was once seen accidentally used in a test. Signed-off-by: David Sterba --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 561b034f..8e5d59a5 100644 --- a/tests/README.md +++ b/tests/README.md @@ -309,7 +309,7 @@ The tests assume write access to their directories. * there are exceptions: * `$SUDO_HELPER` as it might be intentionally unset * use `#!/bin/bash` explicitly -* check for all external dependencies (`check_prereq_global`) +* check for all external dependencies (`check_global_prereq`) * check for internal dependencies (`check_prereq`), though the basic set is always built when the tests are started through make * use functions instead of repeating code