summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sysctl/run_numerictests
blob: c375ce0f4c15869abc36c0cbc52dd6fe07a5bacd (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

SYSCTL="/proc/sys/debug/test_sysctl/"
TARGET="${SYSCTL}/int_0001"
ORIG=$(cat "${TARGET}")
TEST_STR=$(( $ORIG + 1 ))

. ./common_tests

exit_test
OpenPOWER on IntegriCloud