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
drm/radeon: comment out some currently unused 7xx dpm code
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
sysctl
/
run_numerictests
blob
8510f93f2d149ebb7ec199eab7be8d09bddc3bbf
1
#!/bin/sh
2
3
SYSCTL
=
"/proc/sys"
4
TARGET
=
"
${SYSCTL}
/vm/swappiness"
5
ORIG
=
$
(
cat
"
${TARGET}
"
)
6
TEST_STR
=
$
((
$ORIG
+
1
))
7
8
. .
/
common_tests
9
10
exit
$rc