ensure that config is not written
This commit is contained in:
parent
ba2b8d50a1
commit
36b2d3f6a7
1 changed files with 3 additions and 0 deletions
|
|
@ -290,6 +290,9 @@ func Test_statusRun(t *testing.T) {
|
|||
assert.True(t, tt.wantErrOut.MatchString(stderr.String()))
|
||||
}
|
||||
|
||||
assert.Equal(t, "", mainBuf.String())
|
||||
assert.Equal(t, "", hostsBuf.String())
|
||||
|
||||
reg.Verify(t)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue