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 <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-08-23 19:37:13 +02:00
parent 0ba50a27f4
commit 5c7f36b141

View file

@ -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