blob: 15971dec058c56d717a843c808400cdfbda5f99a [file] [log] [blame]
#!/bin/sh
if ./arestest; then
echo "PASS: c-ares"
else
echo "FAIL: c-ares"
fi