#!/bin/sh
echo "--------------------"
echo "running socket test"
./socket
if [ $? -ne 0 ]; then
echo "[FAIL]"
else
echo "[PASS]"
fi