]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - tools/testing/selftests/net-socket/run_netsocktests
net: fix psock_fanout selftest bind error message
[karo-tx-linux.git] / tools / testing / selftests / net-socket / 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