Sign in
android-kvm
/
linux
/
9308f2f9e7f055cf3934645ec622bb5259dc1c14
/
.
/
tools
/
testing
/
selftests
/
sysctl
/
run_numerictests
blob: c375ce0f4c15869abc36c0cbc52dd6fe07a5bacd [
file
] [
log
] [
blame
]
#!/bin/sh
SYSCTL
=
"/proc/sys/debug/test_sysctl/"
TARGET
=
"${SYSCTL}/int_0001"
ORIG
=
$
(
cat
"${TARGET}"
)
TEST_STR
=
$
((
$ORIG
+
1
))
.
./
common_tests
exit_test