Fix test
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
c5e5573268
commit
3a70d7f8dc
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ import (
|
|||
)
|
||||
|
||||
func TestMain(t *testing.T) {
|
||||
main()
|
||||
os.Args = []string{"awl", "+yaml", "@dns.froth.zone"}
|
||||
os.Args = []string{"awl", "+yaml", "@1.1.1.1"}
|
||||
main()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue