forked from sig_core/toolkit
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
r_log "bind" "Testing bind lookups work"
|
|
dig +timeout=5 +short @127.0.0.1 localhost | grep -q "127.0.0.1"
|
|
r_checkExitStatus $?
|