summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@parabola.nu>2024-04-03 21:17:19 -0600
committerLuke T. Shumaker <lukeshu@parabola.nu>2024-04-03 23:20:19 -0600
commite22f6236756d57ec697f8c972458dffe093f9891 (patch)
tree33dacef02518b5f9a915021979edf310174ca7da
parent15e2906c7985cb255fe1e5de4d196f70b4bd2337 (diff)
HACKING: The package is named `bats`, not `bash-bats`
-rw-r--r--HACKING/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING/testing.md b/HACKING/testing.md
index 07f04ef..be74201 100644
--- a/HACKING/testing.md
+++ b/HACKING/testing.md
@@ -3,7 +3,7 @@ Testing
Please write unit tests for new things. Tests can be run with `make check`,
which just runs `./testenv bats cases` in the `test/` directory. You will need
-the `bats` tool (the `bash-bats` Parabola package) in order to run the tests.
+the `bats` tool (the `bats` Parabola package) in order to run the tests.
`./testenv` can be given `--no-network` and/or `--no-sudo` to dissable tests
which require those things. You can also pass them to make as `TESTENVFLAGS`.
If you don't dissable either, I *strongly* recommend setting TMPDIR to somewhere