Codebase list massdns / ebdbe15 tests / single-lookup-A-ipv4-resolver-pipe / run.sh
ebdbe15

Tree @ebdbe15 (Download .tar.gz)

run.sh @ebdbe15raw · history · blame

1
2
3
4
5
#!/bin/bash

DIR=$(dirname "$0")

cat "$DIR"/names.txt | "$DIR"/../../bin/massdns -c 3 --quiet -r "$DIR"/google-dns.txt | grep -E -q "`cat $DIR/expected`"