diff options
author | fanquake <fanquake@gmail.com> | 2018-01-22 18:52:55 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-01-22 18:52:55 +0800 |
commit | bf1897710f6252b00533fcb61c71df1253340ebc (patch) | |
tree | ada385f0361c4575648888ed189d4679d0a090a1 /test | |
parent | f4c942e3615435c9e5d7ff0cefd935be08768d0c (diff) |
[trivial][docs] Fix incorrect link in /test/ README.md
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 868eb667ae..b59c8db4e5 100644 --- a/test/README.md +++ b/test/README.md @@ -8,7 +8,7 @@ There are currently two sets of tests in this directory: - [functional](/test/functional) which test the functionality of bitcoind and bitcoin-qt by interacting with them through the RPC and P2P interfaces. -- [util](test/util) which tests the bitcoin utilities, currently only +- [util](/test/util) which tests the bitcoin utilities, currently only bitcoin-tx. The util tests are run as part of `make check` target. The functional |