]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/testing/selftests/sysctl/run_numerictests
test_sysctl: add dedicated proc sysctl test driver
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / sysctl / run_numerictests
1 #!/bin/sh
2
3 SYSCTL="/proc/sys/debug/test_sysctl/"
4 TARGET="${SYSCTL}/int_0001"
5 ORIG=$(cat "${TARGET}")
6 TEST_STR=$(( $ORIG + 1 ))
7
8 . ./common_tests
9
10 exit_test