Sign in
android
/
kernel
/
common
/
cb993d3d3b8fc20e9a84d00f3fa7fc9625994f34
/
.
/
tools
/
testing
/
selftests
/
net
/
run_netsocktests
blob: c195b44786627dcd2ecf30e5ece2bf551054f4fd [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"--------------------"
echo
"running socket test"
echo
"--------------------"
./
socket
if
[
$
?
-
ne
0
];
then
echo
"[FAIL]"
exit
1
else
echo
"[PASS]"
fi