test: rename assert_matches_exactly -> assert_full_match
More precise, needed in a later commit.
This commit is contained in:
@@ -84,7 +84,7 @@ def prestop():
|
||||
machine.fail("netns-exec nb-electrs ip a")
|
||||
|
||||
# test that netns-exec drops capabilities
|
||||
assert_matches_exactly(
|
||||
assert_full_match(
|
||||
"su operator -c 'netns-exec nb-bitcoind capsh --print | grep Current '", "Current: =\n"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user