blob: 46572111b5cfb3ddfc886258c7ce36869fdd9100 [file] [log] [blame]
#!/bin/sh
if ./arestest --gtest_filter=-*.Live*; then
echo "PASS: c-ares"
else
echo "FAIL: c-ares"
fi