repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
testing
/
selftests
/
net
/
run_netsocktests
blob
b093f39c298c3f4d7ee43eed7c58772860f55da4
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
else
11
echo
"[PASS]"
12
fi
13