Home | History | Annotate | Download | only in http

Lines Matching refs:hosts

403 	wfi, err := os.Stat("/etc/hosts")
405 t.Skip("skipping test; no /etc/hosts file")
421 test(Dir("/etc/"), "/hosts")
422 test(Dir("/etc/"), "hosts")
423 test(Dir("/etc/"), "../../../../hosts")
424 test(Dir("/etc"), "/hosts")
425 test(Dir("/etc"), "hosts")
426 test(Dir("/etc"), "../../../../hosts")
430 test(Dir("/etc/hosts"), "")
431 test(Dir("/etc/hosts"), "/")
432 test(Dir("/etc/hosts"), "../")