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:
parent
0ba50a27f4
commit
5c7f36b141
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue