repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
net
/
run_netsocktests
blob
14e41faf2c5740633f9dd30e500543647b736734
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