ensure that config is not written

This commit is contained in:
vilmibm 2020-08-11 16:24:08 -05:00
parent ba2b8d50a1
commit 36b2d3f6a7

View file

@ -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)
})
}