Sign in
zircon-guest
/
third_party
/
linux
/
205d502b1fc7e2ef773c6b1c34e381d31e1f8495
/
.
/
tools
/
testing
/
selftests
/
net
/
run_netsocktests
blob: b093f39c298c3f4d7ee43eed7c58772860f55da4 [
file
] [
log
] [
blame
]
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
echo
"--------------------"
echo
"running socket test"
echo
"--------------------"
./
socket
if
[
$
?
-
ne
0
];
then
echo
"[FAIL]"
else
echo
"[PASS]"
fi