Browse Source

Remove duplicate teardown() function

pull/620/head
Tim Kimber 5 years ago
parent
commit
35a3e0226f
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      test/u2-test-get_auth_dns-drill.bats

+ 0
- 13
test/u2-test-get_auth_dns-drill.bats View File

@ -31,19 +31,6 @@ teardown() {
} }
teardown() {
if [ -f /usr/bin/host.getssl.bak ]; then
mv /usr/bin/host.getssl.bak /usr/bin/host
fi
if [ -f /usr/bin/nslookup.getssl.bak ]; then
mv /usr/bin/nslookup.getssl.bak /usr/bin/nslookup
fi
if [ -f /usr/bin/dig.getssl.bak ]; then
mv /usr/bin/dig.getssl.bak /usr/bin/dig
fi
}
@test "Check get_auth_dns using drill NS" { @test "Check get_auth_dns using drill NS" {
if [ ! -f /usr/bin/drill ]; then if [ ! -f /usr/bin/drill ]; then
# Can't find drill package for centos8 # Can't find drill package for centos8


Loading…
Cancel
Save