Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0b0b0893d49b34201a6c4416b1a707b580b91e3d
/
.
/
tools
/
testing
/
selftests
/
sysctl
/
run_numerictests
blob: 8510f93f2d149ebb7ec199eab7be8d09bddc3bbf [
file
] [
log
] [
blame
]
#!/bin/sh
SYSCTL
=
"/proc/sys"
TARGET
=
"${SYSCTL}/vm/swappiness"
ORIG
=
$
(
cat
"${TARGET}"
)
TEST_STR
=
$
((
$ORIG
+
1
))
.
./
common_tests
exit $rc