GNU Linux-libre 4.4.289-gnu1
[releases.git] / tools / testing / selftests / net / run_netsocktests
1 #!/bin/sh
2
3 echo "--------------------"
4 echo "running socket test"
5 echo "--------------------"
6 ./socket
7 if [ $? -ne 0 ]; then
8         echo "[FAIL]"
9         exit 1
10 else
11         echo "[PASS]"
12 fi