blob: c09a682df56ae9fb3cc91214ae9d79da19714633 [file] [log] [blame]
David S. Millerb0aa73b2013-03-19 14:49:44 -04001#!/bin/bash
2
3echo "--------------------"
4echo "running socket test"
5echo "--------------------"
6./socket
7if [ $? -ne 0 ]; then
8 echo "[FAIL]"
9else
10 echo "[PASS]"
11fi
12