Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / testing / selftests / net / run_netsocktests
1 #!/bin/bash
2
3 echo "--------------------"
4 echo "running socket test"
5 echo "--------------------"
6 ./socket
7 if [ $? -ne 0 ]; then
8         echo "[FAIL]"
9 else
10         echo "[PASS]"
11 fi
12