Sign in
zircon-guest
/
third_party
/
linux
/
36566e5a622d6de6dc2dcd55c166fbbb10a82b25
/
.
/
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