Fix up host ports and env variables
This commit is contained in:
parent
7c830f58be
commit
98249948a1
8 changed files with 38 additions and 55 deletions
|
@ -10,9 +10,3 @@ func Test_InnerMain_Version(t *testing.T) {
|
|||
InnerMain()
|
||||
flag.Set("version", "0")
|
||||
}
|
||||
|
||||
func Test_InnerMain_Quit(t *testing.T) {
|
||||
flag.Set("quit", "1")
|
||||
InnerMain()
|
||||
flag.Set("quit", "0")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue