Skip to content

Commit

Permalink
btrfs-progs: tests: fix typo in README
Browse files Browse the repository at this point in the history
The correct helper name is check_global_prereq, this was once
seen accidentally used in a test.

Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
kdave committed Aug 23, 2023
1 parent ca151f1 commit 89204e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89204e7

Please sign in to comment.