diff options
author | 2020-12-11 05:22:56 -0800 | |
---|---|---|
committer | 2020-12-11 08:22:56 -0500 | |
commit | 9db3a2a72e1b1d24e88ba721d44a24eb01f10a88 (patch) | |
tree | 7a01daff67d9172cb83d57ce70c3936a82d17bf7 /test | |
parent | 6bbb48d403ce3e0974809200ef1da2a20e969c70 (diff) | |
download | coredns-9db3a2a72e1b1d24e88ba721d44a24eb01f10a88.tar.gz coredns-9db3a2a72e1b1d24e88ba721d44a24eb01f10a88.tar.zst coredns-9db3a2a72e1b1d24e88ba721d44a24eb01f10a88.zip |
Remove unneeded test/go-test-tmpfile565156097 (#4330)
This PR removes test/go-test-tmpfile565156097 from commit 6bbb48d.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/go-test-tmpfile565156097 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/go-test-tmpfile565156097 b/test/go-test-tmpfile565156097 deleted file mode 100644 index 752ec30cf..000000000 --- a/test/go-test-tmpfile565156097 +++ /dev/null @@ -1,19 +0,0 @@ -$ORIGIN example.org. -@ 3600 IN SOA sns.dns.icann.org. noc.dns.icann.org. ( - 2017042745 ; serial - 7200 ; refresh (2 hours) - 3600 ; retry (1 hour) - 1209600 ; expire (2 weeks) - 3600 ; minimum (1 hour) -) - - 3600 IN NS a.iana-servers.net. - 3600 IN NS b.iana-servers.net. - -chain1 3600 IN CNAME nxdomain -nxdomain 3600 IN CNAME nxdomain.example.net. -chain2 3600 IN CNAME srvfail -srvfail 3600 IN CNAME srvfail.example.net. -chain3 3600 IN CNAME nodata -nodata 3600 IN CNAME nodata.example.net. - |