Skip to content

Commit 89204e7

Browse files
committed
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 <[email protected]>
1 parent ca151f1 commit 89204e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ The tests assume write access to their directories.
309309
* there are exceptions:
310310
* `$SUDO_HELPER` as it might be intentionally unset
311311
* use `#!/bin/bash` explicitly
312-
* check for all external dependencies (`check_prereq_global`)
312+
* check for all external dependencies (`check_global_prereq`)
313313
* check for internal dependencies (`check_prereq`), though the basic set is
314314
always built when the tests are started through make
315315
* use functions instead of repeating code

0 commit comments

Comments
 (0)