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
x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPT
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
net
/
run_netsocktests
blob
c09a682df56ae9fb3cc91214ae9d79da19714633
1
#!/bin/bash
2
3
echo
"--------------------"
4
echo
"running socket test"
5
echo
"--------------------"
6
.
/
socket
7
if
[
$?
-ne
0
];
then
8
echo
"[FAIL]"
9
else
10
echo
"[PASS]"
11
fi
12