host, nslookup: Remove completions for bind utils from bash_completion.

This fixes tests on systems without bind.
This commit is contained in:
Igor Murzov 2011-07-18 02:48:42 +04:00
parent 602e9837b7
commit bd482ca2f2

View File

@ -1466,8 +1466,7 @@ _known_hosts_real()
return 0 return 0
} # _known_hosts_real() } # _known_hosts_real()
complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \ complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \ ping6 fping fping6 telnet rsh rlogin ftp dig mtr ssh-installkeys showmount
ssh-installkeys showmount
# This meta-cd function observes the CDPATH variable, so that cd additionally # This meta-cd function observes the CDPATH variable, so that cd additionally
# completes on directories under those specified in CDPATH. # completes on directories under those specified in CDPATH.