Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git] / tools / testing / selftests / net / run_netsocktests
blobc09a682df56ae9fb3cc91214ae9d79da19714633
1 #!/bin/bash
3 echo "--------------------"
4 echo "running socket test"
5 echo "--------------------"
6 ./socket
7 if [ $? -ne 0 ]; then
8 echo "[FAIL]"
9 else
10 echo "[PASS]"