Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / tools / testing / selftests / net / run_netsocktests
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0
3
4 echo "--------------------"
5 echo "running socket test"
6 echo "--------------------"
7 ./socket
8 if [ $? -ne 0 ]; then
9         echo "[FAIL]"
10         exit 1
11 else
12         echo "[PASS]"
13 fi