]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - tools/testing/selftests/net/run_netsocktests
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / tools / testing / selftests / net / run_netsocktests
CommitLineData
3659f98b 1#!/bin/sh
b2441318 2# SPDX-License-Identifier: GPL-2.0
b0aa73bf
DM
3
4echo "--------------------"
5echo "running socket test"
6echo "--------------------"
7./socket
8if [ $? -ne 0 ]; then
9 echo "[FAIL]"
10else
11 echo "[PASS]"
12fi
13