summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rebecca Meritz <rebecca@meritz.com>2017-10-25 23:45:23 -0400
committerGravatar Rebecca Meritz <rebecca@meritz.com>2017-10-25 23:45:23 -0400
commit95e6ca15aabd71ac1709ddb5e10e3baa11eeee66 (patch)
tree49801e92a994a401fa87865ad26b3f84795bbcbd
parent09539fa521fd22442e8d58123529059234dc470d (diff)
Update location of Makefile.am in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dcee878..2eaa914 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,7 +71,7 @@ Individual tests can be run like so:
If you intend to write a new test:
1. Add your test at `test/subcommand-something-meaningful.t`.
-2. Add the relative name to the `TESTS` variable in `test/Makefile.am`.
+2. Add the relative name to the `TESTS` variable in `Makefile.am`.
3. Source `test/helper.sh` as the first line of your test.
4. When in doubt, use existing tests as a guide.