blob: 16058bbea7a8501324ce6c9c639f5219d69979ba [file] [log] [blame]
#!/bin/sh
echo "--------------------"
echo "running socket test"
echo "--------------------"
./socket
if [ $? -ne 0 ]; then
echo "[FAIL]"
else
echo "[PASS]"
fi