aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-05-20 13:46:15 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-05-21 10:54:12 +0200
commitfad0867d6ab9430070aa7d60bf7617a6508e0586 (patch)
tree127d0af3070e2ff91c1369450868c5dce712a6e1 /test/functional
parentfa9f711c3746ca3962f15224285a453744cd45b3 (diff)
downloadbitcoin-fad0867d6ab9430070aa7d60bf7617a6508e0586.tar.xz
Cleanup -includeconf error message
Remove the erroneous trailing newline '\n'. Also, print only the first value to remove needless redundancy in the error message.
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/feature_includeconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_includeconf.py b/test/functional/feature_includeconf.py
index 061d90c446..448182eded 100755
--- a/test/functional/feature_includeconf.py
+++ b/test/functional/feature_includeconf.py
@@ -47,7 +47,7 @@ class IncludeConfTest(BitcoinTestFramework):
expected_msg='Error: Error parsing command line arguments: -includeconf cannot be used from commandline; -includeconf=true',
)
self.nodes[0].assert_start_raises_init_error(
- extra_args=['-includeconf=relative2.conf'],
+ extra_args=['-includeconf=relative2.conf', '-includeconf=no_warn.conf'],
expected_msg='Error: Error parsing command line arguments: -includeconf cannot be used from commandline; -includeconf="relative2.conf"',
)